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 f84d497..83161af 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 1.2.32 - 4 April 2016, by Thierry Vignaud
+
- setVarsInSh*(): sort entries
Version 1.2.31 - 21 December 2014, by Colin Guthrie
diff --git a/lib/MDK/Common.pm.pl b/lib/MDK/Common.pm.pl
index 70fbba3..f9218b1 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.31";
+our $VERSION = "1.2.32";
1;
EOF