Skip to content

Commit

Permalink
Updated version number to 1.8.88
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsschmidt1337 committed Sep 1, 2024
1 parent 86db766 commit 91924dc
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 @@ -297,7 +297,7 @@
<arg value="--input"/>
<arg value="${binariesFolder}/${linuxGtk3Folder}" />
<arg value="--app-version"/>
<arg value="1.8.87" />
<arg value="1.8.88" />
<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 @@ -298,7 +298,7 @@
<arg value="--input"/>
<arg value="${binariesFolder}/${macosxFolder}" />
<arg value="--app-version"/>
<arg value="1.8.87" />
<arg value="1.8.88" />
<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 @@ -297,7 +297,7 @@
<arg value="--input"/>
<arg value="${binariesFolder}/${windowsFolder}" />
<arg value="--app-version"/>
<arg value="1.8.87" />
<arg value="1.8.88" />
<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 = Peter Bartfai, Kai Burjack, L. Paul Chew, Travis Cobbs, Marti
DEVELOPMENT_LEAD = Nils Schmidt, 2012-2024
STAGE = Production
TESTERS = Magnus Forsberg, Philippe Hurbain, J.C. Tchang, Willy Tschager, Gerald Lasser, Fredrik Hareide
VERSION = 1.8.87
VERSION = 1.8.88

0 comments on commit 91924dc

Please sign in to comment.