Skip to content

Commit 04fb97e

Browse files
committed
FIx Windows build error.
1 parent 6b6b1b3 commit 04fb97e

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

source/base/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
#define OFFICIAL_VERSION_STRING "3.7.1"
4646
#define OFFICIAL_VERSION_NUMBER 371
4747

48-
#define POV_RAY_PRERELEASE "alpha.8776366"
48+
#define POV_RAY_PRERELEASE "alpha.8776412"
4949

5050
#if (POV_RAY_IS_AUTOBUILD == 1) && ((POV_RAY_IS_OFFICIAL == 1) || (POV_RAY_IS_SEMI_OFFICIAL == 1))
5151
#ifdef POV_RAY_PRERELEASE

unix/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.1-alpha.8776366
1+
3.7.1-alpha.8776412

windows/vs10/vfewin.vcxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@
362362
<ClCompile Include="..\..\vfe\vfepovms.cpp" />
363363
<ClCompile Include="..\..\vfe\vfesession.cpp" />
364364
<ClCompile Include="..\..\vfe\win\cpuinfo.cpp" />
365-
<ClCompile Include="..\..\vfe\win\platformbase.cpp" />
366365
<ClCompile Include="..\..\vfe\win\vfeplatform.cpp" />
367366
<ClCompile Include="..\..\vfe\vfeprecomp.cpp">
368367
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>

windows/vs10/vfewin.vcxproj.filters

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434
<ClCompile Include="..\..\vfe\win\cpuinfo.cpp">
3535
<Filter>Source\win</Filter>
3636
</ClCompile>
37-
<ClCompile Include="..\..\vfe\win\platformbase.cpp">
38-
<Filter>Source\win</Filter>
39-
</ClCompile>
4037
<ClCompile Include="..\..\vfe\win\vfeplatform.cpp">
4138
<Filter>Source\win</Filter>
4239
</ClCompile>

0 commit comments

Comments
 (0)