diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-05-21 23:55:12 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-05-21 23:55:12 +0000 |
commit | 5b45218994ffaafc8f0a787eaa425029c37183c3 (patch) | |
tree | 99e65254d67db81f5590e6dff04a7363bcc548e9 /protocols/FacebookRM/src/version.h | |
parent | b8d8fdaf9111b962a11a02ce21647f5fb5495b26 (diff) |
Facebook: Mind dialog improvements: added toolbar button, privacy and place settings. Version bump.
git-svn-id: http://svn.miranda-ng.org/main/trunk@4786 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/version.h')
-rw-r--r-- | protocols/FacebookRM/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/FacebookRM/src/version.h b/protocols/FacebookRM/src/version.h index 8a192eb9fc..c35c72fd48 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 0
-#define __BUILD_NUM 1
+#define __RELEASE_NUM 1
+#define __BUILD_NUM 0
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
|