From c9700c210aa7252faa78af4fbd39a6e0de9f1642 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 16 Jun 2015 13:14:19 +0000 Subject: bump git-svn-id: http://svn.miranda-ng.org/main/trunk@14206 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ImportTXT/ImpTxt_Ver.rc | 8 ++++---- plugins/ImportTXT/ImpTxt_Ver.res | Bin 1056 -> 1056 bytes protocols/Tox/src/version.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/ImportTXT/ImpTxt_Ver.rc b/plugins/ImportTXT/ImpTxt_Ver.rc index 6be7198669..ef7b9fd4e5 100644 --- a/plugins/ImportTXT/ImpTxt_Ver.rc +++ b/plugins/ImportTXT/ImpTxt_Ver.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 0,0,1,11 -PRODUCTVERSION 0,0,1,11 +FILEVERSION 0,0,1,12 +PRODUCTVERSION 0,0,1,12 FILEOS 0x4 FILETYPE 0x2 { @@ -10,13 +10,13 @@ BLOCK "StringFileInfo" { VALUE "CompanyName", "Miranda Open Source Project" VALUE "FileDescription", "ImportTXT plugin for Miranda NG" - VALUE "FileVersion", "0.0.1.11" + VALUE "FileVersion", "0.0.1.12" VALUE "InternalName", "importtxt" VALUE "LegalCopyright", "© 2008 Abyss" VALUE "LegalTrademarks", "Gnu General Public License V2" VALUE "OriginalFilename", "importtxt.dll" VALUE "ProductName", "Import TXT Module" - VALUE "ProductVersion", "0.0.1.11" + VALUE "ProductVersion", "0.0.1.12" VALUE "Comments", "Imports history saved in TXT files from other clients" } } diff --git a/plugins/ImportTXT/ImpTxt_Ver.res b/plugins/ImportTXT/ImpTxt_Ver.res index 5af6ef6e35..baced07f33 100644 Binary files a/plugins/ImportTXT/ImpTxt_Ver.res and b/plugins/ImportTXT/ImpTxt_Ver.res differ diff --git a/protocols/Tox/src/version.h b/protocols/Tox/src/version.h index 7203760d6b..59e0f560ca 100644 --- a/protocols/Tox/src/version.h +++ b/protocols/Tox/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0 #define __MINOR_VERSION 11 #define __RELEASE_NUM 1 -#define __BUILD_NUM 7 +#define __BUILD_NUM 8 #include -- cgit v1.2.3