Sfoglia il codice sorgente

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

Michał W. Urbańczyk 13 anni fa
parent
commit
6934ec13e2
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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/, ...).