diff --git a/releasenotes-dbeauty.txt b/releasenotes-dbeauty.txt index 8be58dfeb..ea47ba3b9 100644 --- a/releasenotes-dbeauty.txt +++ b/releasenotes-dbeauty.txt @@ -1,3 +1,7 @@ +3.0 + - Improved filter management. + - Internal refactorings. + 2.12 - Fix for "DML->Update script template is broken for tables with timestamp columns" https://sourceforge.net/p/dbeauty/tickets/8/ diff --git a/src/main/net/sf/jailer/ui/databrowser/DataBrowserContext.java b/src/main/net/sf/jailer/ui/databrowser/DataBrowserContext.java index ee3f2f4e9..cec8f2335 100644 --- a/src/main/net/sf/jailer/ui/databrowser/DataBrowserContext.java +++ b/src/main/net/sf/jailer/ui/databrowser/DataBrowserContext.java @@ -28,7 +28,7 @@ public class DataBrowserContext { private static String STANDALONE_APP_NAME = "DBeauty"; - private static String STANDALONE_APP_VERSION = "2.12"; + private static String STANDALONE_APP_VERSION = "3.0"; private static boolean supportsDataModelUpdates = true; private static Boolean standAlone = null;