Skip to content

Commit

Permalink
Updated version number to 1.8.90
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsschmidt1337 committed Sep 27, 2024
1 parent 7d88ba0 commit f94278f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.89" />
<arg value="1.8.90" />
<arg value="--runtime-image"/>
<arg value="${binariesFolder}/jvm-image" />
<arg value="--temp"/>
Expand Down
2 changes: 1 addition & 1 deletion build-macos-arm.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.89" />
<arg value="1.8.90" />
<arg value="--java-options"/>
<arg value="-XstartOnFirstThread"/>
<arg value="--runtime-image"/>
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.89" />
<arg value="1.8.90" />
<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.89" />
<arg value="1.8.90" />
<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.89
VERSION = 1.8.90

0 comments on commit f94278f

Please sign in to comment.