Skip to content

Commit

Permalink
Updated version number to 1.8.77
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsschmidt1337 committed Mar 15, 2024
1 parent 9e751d3 commit db9294e
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 @@ -305,7 +305,7 @@
<arg value="--input"/>
<arg value="${binariesFolder}/${linuxGtk3Folder}" />
<arg value="--app-version"/>
<arg value="1.8.76" />
<arg value="1.8.77" />
<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 @@ -306,7 +306,7 @@
<arg value="--input"/>
<arg value="${binariesFolder}/${macosxFolder}" />
<arg value="--app-version"/>
<arg value="1.8.76" />
<arg value="1.8.77" />
<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 @@ -306,7 +306,7 @@
<arg value="--input"/>
<arg value="${binariesFolder}/${windowsFolder}" />
<arg value="--app-version"/>
<arg value="1.8.76" />
<arg value="1.8.77" />
<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-2024
STAGE = Production
TESTERS = Magnus Forsberg, Philippe Hurbain, J.C. Tchang, Willy Tschager, Gerald Lasser
VERSION = 1.8.76
VERSION = 1.8.77

0 comments on commit db9294e

Please sign in to comment.