diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-11-19 16:58:21 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-11-19 16:58:21 +0000 |
commit | 2ef414538760079fa2955fca1a2c03d610459fa8 (patch) | |
tree | 11eec00bc1d27cd9dc2fd488e2fdad8f50b37bd8 /protocols/FacebookRM/src/version.h | |
parent | 8586f966f558d317d79b3ec25d0bf21d3d92498d (diff) |
Facebook: version bump and readme/changelog update
git-svn-id: http://svn.miranda-ng.org/main/trunk@6937 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 e384da9095..8535414969 100644 --- a/protocols/FacebookRM/src/version.h +++ b/protocols/FacebookRM/src/version.h @@ -1,6 +1,6 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 2
-#define __RELEASE_NUM 1
+#define __RELEASE_NUM 2
#define __BUILD_NUM 0
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
|