Browse Source

Bump version

Daniele Bartolini 8 years ago
parent
commit
244e476696
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/config.h
  2. 1 1
      tools/config.vala

+ 1 - 1
src/config.h

@@ -7,7 +7,7 @@
 
 #include "core/platform.h"
 
-#define CROWN_VERSION "0.0.28"
+#define CROWN_VERSION "0.0.29"
 
 #ifndef CROWN_DEBUG
 	#define CROWN_DEBUG 0

+ 1 - 1
tools/config.vala

@@ -5,7 +5,7 @@
 
 namespace Crown
 {
-	const string CROWN_VERSION = "0.0.28";
+	const string CROWN_VERSION = "0.0.29";
 
 #if CROWN_PLATFORM_LINUX
 	const string ENGINE_DIR = ".";