From afc9d3245f93f53dad118c5dc0742dbd798f9327 Mon Sep 17 00:00:00 2001 From: rwisser Date: Tue, 22 Aug 2017 07:34:16 +0000 Subject: [PATCH] Bugfix: NPE happened when using import-filters git-svn-id: https://svn.code.sf.net/p/jailer/code/trunk@1351 3dd849cd-670e-4645-a7cd-dd197c8d0e81 --- releasenotes.txt | 2 +- src/main/engine/net/sf/jailer/JailerVersion.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/releasenotes.txt b/releasenotes.txt index 8ea84a521..241705df4 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,5 +1,5 @@ 7.3.1 - - Bugfix: happened when using import-filters. + - Bugfix: NPE happened when using import-filters. - Minor GUI Improvements. 7.3 diff --git a/src/main/engine/net/sf/jailer/JailerVersion.java b/src/main/engine/net/sf/jailer/JailerVersion.java index cdaef298e..ba62574d9 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 = "7.3.1.p"; + public static final String VERSION = "7.3.1"; /** * The Jailer working tables version.