diff -r 8edbcdac0d392b0987c2d1c24e6a17839bae6840 -r 5cfb988d6a0d186ef0dae2d5e3e9611227850c9a build.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/build.bat Wed May 08 23:54:55 2013 -0500 @@ -0,0 +1,5 @@ +call "c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86 +msbuild /p:Configuration=Release /t:rebuild win32\PTypes_Lib.vcxproj +msbuild /p:Configuration=Debug /t:rebuild win32\PTypes_Lib.vcxproj +msbuild /p:Configuration=Release /t:rebuild win32\PTypes_DLL.vcxproj +msbuild /p:Configuration=Debug /t:rebuild win32\PTypes_DLL.vcxproj \ No newline at end of file diff -r 8edbcdac0d392b0987c2d1c24e6a17839bae6840 -r 5cfb988d6a0d186ef0dae2d5e3e9611227850c9a win32/dll_version.rc --- a/win32/dll_version.rc Wed May 08 23:49:28 2013 -0500 +++ b/win32/dll_version.rc Wed May 08 23:54:55 2013 -0500 @@ -27,8 +27,8 @@ // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,1,1,1 - PRODUCTVERSION 2,1,1,1 + FILEVERSION 2,1,1,2 + PRODUCTVERSION 2,1,1,2 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -45,12 +45,12 @@ BEGIN VALUE "Comments", "http://www.melikyan.com/ptypes/" VALUE "FileDescription", "C++ Portable Types Library (PTypes) DLL [MSVC]" - VALUE "FileVersion", "2, 1, 1, 1" + VALUE "FileVersion", "2, 1, 1, 2" VALUE "InternalName", "ptypes" VALUE "LegalCopyright", "Copyright © 2001-2007, Hovik Melikyan" VALUE "OriginalFilename", "ptypes21.dll" VALUE "ProductName", "C++ Portable Types Library (PTypes)" - VALUE "ProductVersion", "2, 1, 1, 1" + VALUE "ProductVersion", "2, 1, 1, 2" END END BLOCK "VarFileInfo"