Update version for new release
Change-Id: Id86722edbe5d3981ae8f2f47e2fcc1a9483b34da
diff --git a/Changes b/Changes
index 444ff50..fe9468e 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+2.4.0 2023-02-07
- Conversion of standard TEI P5 should now work, at least
in some cases.
- Option --xmlid-to-textsigle <from-regex>@<to-c/to-d/to-t>
diff --git a/lib/KorAP/XML/TEI/Tokenizer/KorAP.pm b/lib/KorAP/XML/TEI/Tokenizer/KorAP.pm
index dfa23ff..9d7c195 100644
--- a/lib/KorAP/XML/TEI/Tokenizer/KorAP.pm
+++ b/lib/KorAP/XML/TEI/Tokenizer/KorAP.pm
@@ -4,7 +4,7 @@
use warnings;
use File::Share ':all';
-our $VERSION = '2.3.4';
+our $VERSION = '2.4.0';
use constant {
WAIT_SECS => 30
diff --git a/script/tei2korapxml b/script/tei2korapxml
index 54c5b9f..7e7cbdb 100755
--- a/script/tei2korapxml
+++ b/script/tei2korapxml
@@ -24,7 +24,7 @@
use KorAP::XML::TEI::Header;
use KorAP::XML::TEI::Inline;
-our $VERSION = '2.3.4';
+our $VERSION = '2.4.0';
our $VERSION_MSG = "\ntei2korapxml - v$VERSION\n";