Selaa lähdekoodia

Post-release version bump.
Minor correction for emptyAI VS project file.

Michał W. Urbańczyk 13 vuotta sitten
vanhempi
sitoutus
6934ec13e2
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      AI/EmptyAI/EmptyAI.vcxproj
  2. 1 1
      lib/GameConstants.h

+ 1 - 1
AI/EmptyAI/EmptyAI.vcxproj

@@ -90,7 +90,7 @@
     <LibraryPath>$(LibraryPath)</LibraryPath>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RD|Win32'">
-    <OutDir>..\..\..\RD\AI</OutDir>
+    <OutDir>$(SolutionDir)$(Configuration)\bin\AI\</OutDir>
     <IncludePath>$(IncludePath)</IncludePath>
     <LibraryPath>$(LibraryPath)</LibraryPath>
   </PropertyGroup>

+ 1 - 1
lib/GameConstants.h

@@ -12,7 +12,7 @@
 
 namespace GameConstants
 {
-	const std::string VCMI_VERSION = "VCMI 0.89d";
+	const std::string VCMI_VERSION = "VCMI 0.89e";
 
 	/* 
 	 * DATA_DIR contains the game data (Data/, MP3/, ...).