diff options
Diffstat (limited to 'FacebookRM/constants.h')
-rw-r--r-- | FacebookRM/constants.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FacebookRM/constants.h b/FacebookRM/constants.h index b53a696..f02283b 100644 --- a/FacebookRM/constants.h +++ b/FacebookRM/constants.h @@ -24,8 +24,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // Version management
#include "build.h"
-#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 0, 7, 1)
-#define __VERSION_STRING "0.0.7.1"
+#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 0, 8, 0)
+#define __VERSION_STRING "0.0.8.0"
// Product management
#define FACEBOOK_NAME "Facebook"
|