Browse Source

Raised version to 0.5.1

Marco Bambini 7 years ago
parent
commit
d1fdcc1f90
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/shared/gravity_value.h

+ 2 - 2
src/shared/gravity_value.h

@@ -66,8 +66,8 @@
 extern "C" {
 #endif
 
-#define GRAVITY_VERSION						"0.5.0"     // git tag 0.5.0
-#define GRAVITY_VERSION_NUMBER				0x000500    // git push --tags
+#define GRAVITY_VERSION						"0.5.1"     // git tag 0.5.1
+#define GRAVITY_VERSION_NUMBER				0x000501    // git push --tags
 #define GRAVITY_BUILD_DATE					__DATE__
 
 #ifndef GRAVITY_ENABLE_DOUBLE