diff options
Diffstat (limited to 'protocols/FacebookRM/src/constants.h')
-rw-r--r-- | protocols/FacebookRM/src/constants.h | 4 |
1 files changed, 0 insertions, 4 deletions
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"
|