File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- 2.8.5
1
+ 2.9
2
2
- Performance improvement.
3
3
- Added inline view style for DB2 z/OS.
4
+ - Added support for DB2 z/OS.
4
5
5
6
2.8.4
6
7
- Added inline view style for Informix.
Original file line number Diff line number Diff line change 1
- 6.3.5
1
+ 6.4
2
2
- Performance improvement.
3
3
- Added inline view style for DB2 z/OS.
4
+ - Added support for DB2 z/OS.
4
5
5
6
6.3.4
6
7
- Added inline view style for Informix.
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ public class Jailer {
108
108
/**
109
109
* The Jailer version.
110
110
*/
111
- public static final String VERSION = "6.3.5 " ;
111
+ public static final String VERSION = "6.4 " ;
112
112
113
113
/**
114
114
* The Jailer application name.
Original file line number Diff line number Diff line change 28
28
public class DataBrowserContext {
29
29
30
30
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 " ;
32
32
33
33
private static boolean supportsDataModelUpdates = true ;
34
34
private static Boolean standAlone = null ;
You can’t perform that action at this time.
0 commit comments