Daniele Bartolini 9 rokov pred
rodič
commit
a5aaf4ef02
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 1 1
      src/config.h
  2. 1 1
      tools/config.vala

+ 1 - 1
src/config.h

@@ -7,7 +7,7 @@
 
 
 #include "platform.h"
 #include "platform.h"
 
 
-#define CROWN_VERSION "0.0.24"
+#define CROWN_VERSION "0.0.25"
 
 
 #ifndef CROWN_DEBUG
 #ifndef CROWN_DEBUG
 	#define CROWN_DEBUG 0
 	#define CROWN_DEBUG 0

+ 1 - 1
tools/config.vala

@@ -5,7 +5,7 @@
 
 
 namespace Crown
 namespace Crown
 {
 {
-	const string CROWN_VERSION = "0.0.24";
+	const string CROWN_VERSION = "0.0.25";
 
 
 #if CROWN_PLATFORM_LINUX
 #if CROWN_PLATFORM_LINUX
 	const string ENGINE_DIR = "../engine/linux64/bin";
 	const string ENGINE_DIR = "../engine/linux64/bin";