aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS4
2 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b5344e0..eedbc24 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = msec
-VERSION = 1.3
+VERSION = 1.4
all: version promisc_check msec_find python manpages
make -C cron-sh
diff --git a/NEWS b/NEWS
index a06b6fd..d077b46 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 1.4 - February 16 2014, Thierry Vignaud
+
+- fix some gettext calls broken by auto migration to gtk3
+
Version 1.3 - February 11 2014, Thierry Vignaud
- fix menu accelerators after conversion to gtk3