Skip to content

Commit

Permalink
Added support for DB2 z/OS
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/jailer/code/trunk@1144 3dd849cd-670e-4645-a7cd-dd197c8d0e81
  • Loading branch information
rwisser committed Jan 19, 2017
1 parent d321a3a commit d0a7cef
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion releasenotes-dbeauty.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
2.8.5
2.9
- Performance improvement.
- Added inline view style for DB2 z/OS.
- Added support for DB2 z/OS.

2.8.4
- Added inline view style for Informix.
Expand Down
3 changes: 2 additions & 1 deletion releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
6.3.5
6.4
- Performance improvement.
- Added inline view style for DB2 z/OS.
- Added support for DB2 z/OS.

6.3.4
- Added inline view style for Informix.
Expand Down
2 changes: 1 addition & 1 deletion src/main/net/sf/jailer/Jailer.java
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public class Jailer {
/**
* The Jailer version.
*/
public static final String VERSION = "6.3.5";
public static final String VERSION = "6.4";

/**
* The Jailer application name.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
public class DataBrowserContext {

private static String STANDALONE_APP_NAME = "DBeauty";
private static String STANDALONE_APP_VERSION = "2.8.5";
private static String STANDALONE_APP_VERSION = "2.9";

private static boolean supportsDataModelUpdates = true;
private static Boolean standAlone = null;
Expand Down

0 comments on commit d0a7cef

Please sign in to comment.