Skip to content

Commit

Permalink
Updated version number to 1.8.74
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsschmidt1337 committed Nov 1, 2023
1 parent 7ed4d45 commit 8e58d9f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build-linux.xml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
<arg value="--input"/>
<arg value="${binariesFolder}/${linuxGtk3Folder}" />
<arg value="--app-version"/>
<arg value="1.8.73" />
<arg value="1.8.74" />
<arg value="--runtime-image"/>
<arg value="${binariesFolder}/jvm-image" />
<arg value="--temp"/>
Expand Down
2 changes: 1 addition & 1 deletion build-macos.xml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
<arg value="--input"/>
<arg value="${binariesFolder}/${macosxFolder}" />
<arg value="--app-version"/>
<arg value="1.8.73" />
<arg value="1.8.74" />
<arg value="--java-options"/>
<arg value="-XstartOnFirstThread"/>
<arg value="--runtime-image"/>
Expand Down
2 changes: 1 addition & 1 deletion build-windows.xml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
<arg value="--input"/>
<arg value="${binariesFolder}/${windowsFolder}" />
<arg value="--app-version"/>
<arg value="1.8.73" />
<arg value="1.8.74" />
<arg value="--runtime-image"/>
<arg value="${binariesFolder}/jvm-image" />
<arg value="--temp"/>
Expand Down
2 changes: 1 addition & 1 deletion src/org/nschmidt/ldparteditor/i18n/Version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ CONTRIBUTORS = Kai Burjack, L. Paul Chew, Martin Davis, Michael Hoffer, Phil
DEVELOPMENT_LEAD = Nils Schmidt, 2012-2023
STAGE = Production
TESTERS = Magnus Forsberg, Philippe Hurbain, J.C. Tchang, Willy Tschager, Gerald Lasser
VERSION = 1.8.73
VERSION = 1.8.74

0 comments on commit 8e58d9f

Please sign in to comment.