diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-06-12 12:36:39 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-06-12 12:36:39 +0000 |
commit | 39c0180794b837d1c1525791cb193b8b0a49e703 (patch) | |
tree | ba80651a280fe7b7e8855af9d43ae133d2fe1110 /protocols/FacebookRM/src/version.h | |
parent | cc4c50d725df57a51a69fcefa94f5812ab56b6f3 (diff) |
Facebook: Fixed and improved duplicit messages checking. Version bump.
git-svn-id: http://svn.miranda-ng.org/main/trunk@4924 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/version.h')
-rw-r--r-- | protocols/FacebookRM/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/version.h b/protocols/FacebookRM/src/version.h index 223710daa2..f77c2bc19c 100644 --- a/protocols/FacebookRM/src/version.h +++ b/protocols/FacebookRM/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 1
#define __RELEASE_NUM 1
-#define __BUILD_NUM 0
+#define __BUILD_NUM 1
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __TOSTRING(x) #x
|