Skip to content

Commit

Permalink
FIx Windows build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
c-lipka committed Sep 7, 2016
1 parent 6b6b1b3 commit 04fb97e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion source/base/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#define OFFICIAL_VERSION_STRING "3.7.1"
#define OFFICIAL_VERSION_NUMBER 371

#define POV_RAY_PRERELEASE "alpha.8776366"
#define POV_RAY_PRERELEASE "alpha.8776412"

#if (POV_RAY_IS_AUTOBUILD == 1) && ((POV_RAY_IS_OFFICIAL == 1) || (POV_RAY_IS_SEMI_OFFICIAL == 1))
#ifdef POV_RAY_PRERELEASE
Expand Down
2 changes: 1 addition & 1 deletion unix/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.1-alpha.8776366
3.7.1-alpha.8776412
1 change: 0 additions & 1 deletion windows/vs10/vfewin.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@
<ClCompile Include="..\..\vfe\vfepovms.cpp" />
<ClCompile Include="..\..\vfe\vfesession.cpp" />
<ClCompile Include="..\..\vfe\win\cpuinfo.cpp" />
<ClCompile Include="..\..\vfe\win\platformbase.cpp" />
<ClCompile Include="..\..\vfe\win\vfeplatform.cpp" />
<ClCompile Include="..\..\vfe\vfeprecomp.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
Expand Down
3 changes: 0 additions & 3 deletions windows/vs10/vfewin.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
<ClCompile Include="..\..\vfe\win\cpuinfo.cpp">
<Filter>Source\win</Filter>
</ClCompile>
<ClCompile Include="..\..\vfe\win\platformbase.cpp">
<Filter>Source\win</Filter>
</ClCompile>
<ClCompile Include="..\..\vfe\win\vfeplatform.cpp">
<Filter>Source\win</Filter>
</ClCompile>
Expand Down

0 comments on commit 04fb97e

Please sign in to comment.