Skip to content

Commit d0a7cef

Browse files
author
rwisser
committedJan 19, 2017
Added support for DB2 z/OS
git-svn-id: https://svn.code.sf.net/p/jailer/code/trunk@1144 3dd849cd-670e-4645-a7cd-dd197c8d0e81
1 parent d321a3a commit d0a7cef

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed
 

‎releasenotes-dbeauty.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
2.8.5
1+
2.9
22
- Performance improvement.
33
- Added inline view style for DB2 z/OS.
4+
- Added support for DB2 z/OS.
45

56
2.8.4
67
- Added inline view style for Informix.

‎releasenotes.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
6.3.5
1+
6.4
22
- Performance improvement.
33
- Added inline view style for DB2 z/OS.
4+
- Added support for DB2 z/OS.
45

56
6.3.4
67
- Added inline view style for Informix.

‎src/main/net/sf/jailer/Jailer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public class Jailer {
108108
/**
109109
* The Jailer version.
110110
*/
111-
public static final String VERSION = "6.3.5";
111+
public static final String VERSION = "6.4";
112112

113113
/**
114114
* The Jailer application name.

‎src/main/net/sf/jailer/ui/databrowser/DataBrowserContext.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
public class DataBrowserContext {
2929

3030
private static String STANDALONE_APP_NAME = "DBeauty";
31-
private static String STANDALONE_APP_VERSION = "2.8.5";
31+
private static String STANDALONE_APP_VERSION = "2.9";
3232

3333
private static boolean supportsDataModelUpdates = true;
3434
private static Boolean standAlone = null;

0 commit comments

Comments
 (0)
Please sign in to comment.