Skip to content

Commit

Permalink
1.1 Beta 10
Browse files Browse the repository at this point in the history
  • Loading branch information
mjrgh committed Nov 3, 2024
1 parent 57caeeb commit 9cf6686
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions BuildAndRelease.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ rem

rem Clean old builds
echo ^>^>^> Removing old builds
del VersionInfoUpdater\Generated\VersionInfo.cpp
msbuild PinballY.sln -t:Clean -p:Configuration=Release;Platform=x86 -v:q -nologo
if errorlevel 1 goto abort
msbuild PinballY.sln -t:Clean -p:Configuration=Release;Platform=x64 -v:q -nologo
Expand Down
2 changes: 1 addition & 1 deletion VersionHistory.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PinballY Update History

TBD (1.1.0 Beta 10)
11-03-2024 (1.1.0 Beta 10)

* Fixed a couple of problems with media capture (introduced in the
recent reworking of the capture options in 1.1.0 beta 9), one causing
Expand Down
2 changes: 1 addition & 1 deletion VersionInfoUpdater/BuildNumber.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10085
10086
2 changes: 1 addition & 1 deletion VersionInfoUpdater/MakeVersionInfo.mak
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ $(ObjDir)\VersionInfo.obj: $(GenDir)\VersionInfo.cpp
cl -MT -Zl -c -Fo$@ $**

$(GenDir)\VersionInfo.cpp $(GenDir)\VersionInfo.rc $(GenDir)\VersionInfo.wxi $(GenDir)\ManifestVersionInfo.xml: \
..\PinballY\*.cpp ..\PinballY\*.h ..\PinballY\*.rc \
..\VersionHistory.txt ..\PinballY\*.cpp ..\PinballY\*.h ..\PinballY\*.rc \
..\OptionsDialog\*.cpp ..\OptionsDialog\*.h ..\OptionsDialog\*.rc
$(BinDir)\VersionInfoUpdater -in .\..\PinballY\VersionInfo.h -cpp $(GenDir)\VersionInfo.cpp -rc $(GenDir)\VersionInfo.rc -wxi $(GenDir)\VersionInfo.wxi -manifest $(GenDir)\ManifestVersionInfo.xml

0 comments on commit 9cf6686

Please sign in to comment.