Jelajahi Sumber

Bump version

Daniele Bartolini 9 tahun lalu
induk
melakukan
6ed2db68c1
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  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.16"
+#define CROWN_VERSION "0.0.20"
 
 #ifndef CROWN_DEBUG
 	#define CROWN_DEBUG 0

+ 1 - 1
tools/config.vala

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