Browse Source

version update to scorpio stage

Image 3 years ago
parent
commit
ac5227da56
1 changed files with 3 additions and 3 deletions
  1. 3 3
      EQ2/source/common/version.h

+ 3 - 3
EQ2/source/common/version.h

@@ -38,11 +38,11 @@
 #endif
 
 #if defined(LOGIN)
-#define CURRENT_VERSION	"0.9.0-libra2"
+#define CURRENT_VERSION	"0.9.0-scorpio"
 #elif defined(WORLD)
-#define CURRENT_VERSION	"0.9.0-libra2"
+#define CURRENT_VERSION	"0.9.0-scorpio"
 #else
-#define CURRENT_VERSION	"0.7.3-dev"
+#define CURRENT_VERSION	"0.9.0-scorpio"
 #endif
 
 #define COMPILE_DATE	__DATE__