Skip to content

Commit

Permalink
16.4.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Wisser committed Oct 4, 2024
1 parent a129db7 commit 5ce37b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/j14pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ jlink --add-options="-Xmx4000m" --add-modules java.se --output ../jre$1
echo "" > .singleuser
jpackage --name "Jailer Database Tools" --linux-package-name jailer-database-tools --arguments "-jpackrpm" --type rpm --input . --main-jar jailer.jar --icon jailer.png --vendor Wisser --app-version "$1" --runtime-image ../jre$1
mv *.rpm /mnt/c/Users/ralfw/tmp/jailer-database-tools_$1-x64.rpm
jpackage --name "Jailer Database Tools" --linux-package-name jailer-database-tools --arguments "-jpackrpm" --type deb --input . --main-jar jailer.jar --icon jailer.png --vendor Wisser --app-version "$1" --runtime-image ../jre$1
jpackage --name "Jailer Database Tools" --linux-package-name jailer-database-tools --arguments "-jpack" --type deb --input . --main-jar jailer.jar --icon jailer.png --vendor Wisser --app-version "$1" --runtime-image ../jre$1
mv *.deb /mnt/c/Users/ralfw/tmp/jailer-database-tools_$1-x64.deb
2 changes: 1 addition & 1 deletion src/main/engine/net/sf/jailer/JailerVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class JailerVersion {
/**
* The Jailer version.
*/
public static final String VERSION = "16.4.2.12";
public static final String VERSION = "16.4.2.14";

/**
* The Jailer working tables version.
Expand Down

0 comments on commit 5ce37b3

Please sign in to comment.