diff options
author | Robert Pösel <robyer@seznam.cz> | 2012-10-16 17:39:53 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2012-10-16 17:39:53 +0000 |
commit | 12386d7fcb66097eb00926796f0cbcfeda450566 (patch) | |
tree | 98f0e5a952dd4c7a77a3ffd6bf683eb228f4698c /protocols/FacebookRM/src/constants.h | |
parent | bdc81711ae27f0179a13eb0b90b4fb6c0a1c2f08 (diff) |
Forgotten Facebook version dump.
git-svn-id: http://svn.miranda-ng.org/main/trunk@1959 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/constants.h')
-rw-r--r-- | protocols/FacebookRM/src/constants.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/FacebookRM/src/constants.h b/protocols/FacebookRM/src/constants.h index 48a911f93b..5b2ae2af20 100644 --- a/protocols/FacebookRM/src/constants.h +++ b/protocols/FacebookRM/src/constants.h @@ -23,8 +23,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once
// Version management
-#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 0, 9, 0)
-#define __VERSION_STRING "0.0.9.0"
+#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 0, 9, 1)
+#define __VERSION_STRING "0.0.9.1"
// Product management
#define FACEBOOK_NAME "Facebook"
|