Browse Source

Versioning updated for leo stage 2

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

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

@@ -38,9 +38,9 @@
 #endif
 
 #if defined(LOGIN)
-#define CURRENT_VERSION	"0.8.1-leo1"
+#define CURRENT_VERSION	"0.8.1-leo2"
 #elif defined(WORLD)
-#define CURRENT_VERSION	"0.8.1-leo1"
+#define CURRENT_VERSION	"0.8.1-leo2"
 #else
 #define CURRENT_VERSION	"0.7.3-dev"
 #endif