Skip to content

Commit

Permalink
demo-db moved into a subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf Wisser committed Nov 18, 2024
1 parent 173a95f commit 737e720
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions admin/j14pack.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ xcopy /S /E bookmark c:\tmp\_\bookmark\
xcopy /S /E config c:\tmp\_\config\
xcopy /S /E datamodel c:\tmp\_\datamodel\
xcopy /S /E template c:\tmp\_\template\
xcopy demo-sakila.mv.db c:\tmp\_
xcopy demo-scott.mv.db c:\tmp\_
xcopy demo-scott-subset.mv.db c:\tmp\_
xcopy /S /E demo-db c:\tmp\_\demo-db\
xcopy driverlist.csv c:\tmp\_
xcopy /S /E extractionmodel c:\tmp\_\extractionmodel\
xcopy jailer.bat c:\tmp\_
Expand Down
4 changes: 1 addition & 3 deletions admin/j14pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ cp -r template ~/tmp/_
cp -r build.xml ~/tmp/_
cp -r config ~/tmp/_
cp -r datamodel ~/tmp/_
cp -r demo-sakila.mv.db ~/tmp/_
cp -r demo-scott.mv.db ~/tmp/_
cp -r demo-scott-subset.mv.db ~/tmp/_
cp -r demo-db ~/tmp/_
cp -r driverlist.csv ~/tmp/_
cp -r extractionmodel ~/tmp/_
cp -r jailer.bat ~/tmp/_
Expand Down
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.5.1.1";
public static final String VERSION = "16.5.1.2";

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

0 comments on commit 737e720

Please sign in to comment.