diff options
-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"
|