diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-03-11 20:49:31 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-03-11 20:49:31 +0000 |
commit | 64e08ea58c8b68bdf5f0e027c32b106dc4b8aa1f (patch) | |
tree | 898290782a32d08ec3c01d45e28e31634def8a84 /protocols/FacebookRM/src/version.h | |
parent | a1150c4561b74789756e3cd58a2a42ee53e4737f (diff) |
Facebook: Hotfix for sticky number (some FB API update), version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@8564 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 937c576226..180e78fcd0 100644 --- a/protocols/FacebookRM/src/version.h +++ b/protocols/FacebookRM/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 2
-#define __RELEASE_NUM 2
-#define __BUILD_NUM 1
+#define __RELEASE_NUM 3
+#define __BUILD_NUM 0
#include <stdver.h>
|