diff --git a/releasenotes.txt b/releasenotes.txt index 7578a521c..2435097e7 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,4 +1,4 @@ -12.4.3 +12.4.4 - Reset" button in the dialog for the connection settings. - When changing the Look&Feel, confirmation dialog appears after restart. diff --git a/src/main/engine/net/sf/jailer/JailerVersion.java b/src/main/engine/net/sf/jailer/JailerVersion.java index 228d4114e..65c389f97 100644 --- a/src/main/engine/net/sf/jailer/JailerVersion.java +++ b/src/main/engine/net/sf/jailer/JailerVersion.java @@ -25,7 +25,7 @@ public class JailerVersion { /** * The Jailer version. */ - public static final String VERSION = "12.4.3.2"; + public static final String VERSION = "12.4.4"; /** * The Jailer working tables version. @@ -47,3 +47,10 @@ public class JailerVersion { } // TODO JSQLParser update + +// TODO +// TODO nach "driver jar not found" jar-TesxtFields als "required" darstellen (rot) +// TODO unused "jdbcJar"-Textfields disabled? + + +