diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-02 16:45:20 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-02 16:45:20 +0000 |
commit | 4cc24bc64c4de09208457b3e3a315cdc097e0ec1 (patch) | |
tree | 27b3dd24b26e2d6c5ce93e6545a03b77c1cef7b3 /protocols/FacebookRM/src/version.h | |
parent | 378f61eacc8338f52f1eea336c0f1226e33485bc (diff) |
version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@3844 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 684f1ed2e7..27839601b8 100644 --- a/protocols/FacebookRM/src/version.h +++ b/protocols/FacebookRM/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 9
-#define __BUILD_NUM 4
+#define __BUILD_NUM 5
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
|