Browse Source

0.9.2 auriga version set

Image 3 years ago
parent
commit
f4ca20966f
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.1-albireo"
+#define CURRENT_VERSION	"0.9.2-auriga"
 #elif defined(WORLD)
-#define CURRENT_VERSION	"0.9.1-albireo"
+#define CURRENT_VERSION	"0.9.2-auriga"
 #else
-#define CURRENT_VERSION	"0.9.1-albireo"
+#define CURRENT_VERSION	"0.9.2-auriga"
 #endif
 
 #define COMPILE_DATE	__DATE__