Browse Source

Version to be released as dev release 0.83b

Michał W. Urbańczyk 14 years ago
parent
commit
91d0ea64de
2 changed files with 2 additions and 2 deletions
  1. 1 1
      global.h
  2. 1 1
      lib/Connection.h

+ 1 - 1
global.h

@@ -124,7 +124,7 @@ const int CREEP_SIZE = 2000000000;
 const int WEEKLY_GROWTH = 10; //percent
 const int AVAILABLE_HEROES_PER_PLAYER = 2;
 const bool DWELLINGS_ACCUMULATE_CREATURES = true;
-const bool STACK_EXP = true;
+const bool STACK_EXP = false;
 
 const int BFIELD_WIDTH = 17;
 const int BFIELD_HEIGHT = 11;

+ 1 - 1
lib/Connection.h

@@ -26,7 +26,7 @@
 
 #include "ConstTransitivePtr.h"
 
-const ui32 version = 727;
+const ui32 version = 728;
 class CConnection;
 class CGObjectInstance;
 class CGameState;