diff options
-rw-r--r-- | protocols/FacebookRM/src/common.h | 3 | ||||
-rw-r--r-- | protocols/FacebookRM/src/constants.h | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/protocols/FacebookRM/src/common.h b/protocols/FacebookRM/src/common.h index 3df0e046d0..aa2c0aaaa3 100644 --- a/protocols/FacebookRM/src/common.h +++ b/protocols/FacebookRM/src/common.h @@ -79,9 +79,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_icolib.h>
#include <m_utils.h>
#include <m_hotkeys.h>
-
#include <m_folders.h>
+#include "version.h"
+
class FacebookProto;
#include "definitions.h"
diff --git a/protocols/FacebookRM/src/constants.h b/protocols/FacebookRM/src/constants.h index b2b71d82ea..0f04dc55fe 100644 --- a/protocols/FacebookRM/src/constants.h +++ b/protocols/FacebookRM/src/constants.h @@ -22,10 +22,6 @@ 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, 2)
-#define __VERSION_STRING "0.0.9.2"
-
// Product management
#define FACEBOOK_NAME "Facebook"
#define FACEBOOK_URL_HOMEPAGE "http://www.facebook.com"
|