diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-01 16:11:59 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-01 16:11:59 +0000 |
commit | 5ebe0b04e2592499f92e8329981897c9e166d73a (patch) | |
tree | 4a960312626d8d9a926871f2fa82dc34cf94eec4 | |
parent | 9ce8ca50aa85d32c0cfdea32524905eb74cb7f00 (diff) |
Version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@6288 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-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 01747b00da..e384da9095 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 0
+#define __RELEASE_NUM 1
#define __BUILD_NUM 0
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
|