Daniele Bartolini vor 9 Jahren
Ursprung
Commit
f1e248e6b9
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      src/config.h
  2. 1 1
      tools/config.vala

+ 1 - 1
src/config.h

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

+ 1 - 1
tools/config.vala

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