summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rwxr-xr-xlib/MDK/Common.pm.pl2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0314888..a042e0b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 1.2.33 - 28 October 2017, by Thierry Vignaud
+
- add minimal testsuite
Version 1.2.32 - 4 April 2016, by Thierry Vignaud
diff --git a/lib/MDK/Common.pm.pl b/lib/MDK/Common.pm.pl
index f9218b1..aba2af4 100755
--- a/lib/MDK/Common.pm.pl
+++ b/lib/MDK/Common.pm.pl
@@ -75,7 +75,7 @@ our @ISA = qw(Exporter);
# perl_checker: RE-EXPORT-ALL
our @EXPORT = map { @$_ } map { values %{'MDK::Common::' . $_ . 'EXPORT_TAGS'} } grep { /::$/ } keys %MDK::Common::;
-our $VERSION = "1.2.32";
+our $VERSION = "1.2.33";
1;
EOF