Browse Source

Raised version.

Marco Bambini 8 years ago
parent
commit
1c55762491
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.2.6"
-#define GRAVITY_VERSION_NUMBER				0x000206
+#define GRAVITY_VERSION						"0.2.7"
+#define GRAVITY_VERSION_NUMBER				0x000207
 #define GRAVITY_BUILD_DATE					__DATE__
 
 #define GRAVITY_ENABLE_DOUBLE				1			// if 1 enable gravity_float_t to be a double (instead of a float)