diff options
author | George Hazan <george.hazan@gmail.com> | 2013-09-28 21:05:24 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-09-28 21:05:24 +0000 |
commit | 2954dbdabf126bcfaf956de5ac3d28adb8940c1b (patch) | |
tree | 333e3909c63e08a1ca6270a4a46c79c1de0061b0 /protocols/GTalkExt/src/Version.h | |
parent | 8f0577ab8e8c06fdefd347b9485cb0c212e221e6 (diff) |
no more google related code in Jabber
git-svn-id: http://svn.miranda-ng.org/main/trunk@6264 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/GTalkExt/src/Version.h')
-rw-r--r-- | protocols/GTalkExt/src/Version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/GTalkExt/src/Version.h b/protocols/GTalkExt/src/Version.h index bed7bb9a3f..0e7b6cc41e 100644 --- a/protocols/GTalkExt/src/Version.h +++ b/protocols/GTalkExt/src/Version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 1
#define __RELEASE_NUM 0
-#define __BUILD_NUM 1
+#define __BUILD_NUM 2
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
|