summaryrefslogtreecommitdiff
path: root/plugins/Db3x
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Db3x')
-rw-r--r--plugins/Db3x/db3x_10.vcxproj12
-rw-r--r--plugins/Db3x/src/version.h7
2 files changed, 3 insertions, 16 deletions
diff --git a/plugins/Db3x/db3x_10.vcxproj b/plugins/Db3x/db3x_10.vcxproj
index 47132606a3..998b3b5b93 100644
--- a/plugins/Db3x/db3x_10.vcxproj
+++ b/plugins/Db3x/db3x_10.vcxproj
@@ -96,9 +96,6 @@
<BaseAddress>0x5130000</BaseAddress>
<AdditionalLibraryDirectories>$(SolutionDir)\lib</AdditionalLibraryDirectories>
</Link>
- <PreBuildEvent>
- <Command>..\..\bin10\make_ver.bat</Command>
- </PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
@@ -126,9 +123,6 @@
<SubSystem>Windows</SubSystem>
<AdditionalLibraryDirectories>$(SolutionDir)\lib</AdditionalLibraryDirectories>
</Link>
- <PreBuildEvent>
- <Command>..\..\bin10\make_ver.bat</Command>
- </PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
@@ -160,9 +154,6 @@
<SubSystem>Windows</SubSystem>
<AdditionalLibraryDirectories>$(SolutionDir)\lib</AdditionalLibraryDirectories>
</Link>
- <PreBuildEvent>
- <Command>..\..\bin10\make_ver.bat</Command>
- </PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
@@ -194,9 +185,6 @@
<SubSystem>Windows</SubSystem>
<AdditionalLibraryDirectories>$(SolutionDir)\lib</AdditionalLibraryDirectories>
</Link>
- <PreBuildEvent>
- <Command>..\..\bin10\make_ver.bat</Command>
- </PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\db3x_mmap\src\database.cpp" />
diff --git a/plugins/Db3x/src/version.h b/plugins/Db3x/src/version.h
index 2d10138fcf..fead11179a 100644
--- a/plugins/Db3x/src/version.h
+++ b/plugins/Db3x/src/version.h
@@ -1,5 +1,4 @@
-#include "m_version.h"
+#define __FILEVERSION_STRING 0,92,2,0
+#define __VERSION_STRING "0.92.2.0"
+#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 92, 2, 0)
-#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
-#define __VERSION_STRING MIRANDA_VERSION_STRING
-#define __VERSION_DWORD MIRANDA_VERSION_DWORD