summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2020-11-02 21:00:17 +0000
committerReuben Thomas <rrt@sc3d.org>2020-11-02 21:00:17 +0000
commit96c327b42a948af690cc227240729657e1a54a92 (patch)
treebd18db30081a07ee9949358b43624724105dcc75
parentf5fdd2c14fc147e28f8f1f129443c6d57f9cf14f (diff)
downloadenchant-96c327b42a948af690cc227240729657e1a54a92.tar.gz
Bump version to 2.2.13 and add NEWS
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 189743a..cba66f8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+2.2.13 (November 2, 2020)
+-------------------------
+
+Make the enchant program output its version to standard output, not standard
+error. This may help some programs that use this output.
+
+
2.2.12 (October 15, 2020)
-------------------------
diff --git a/configure.ac b/configure.ac
index 2e4a07e..be1f1f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([enchant],[2.2.12])
+AC_INIT([enchant],[2.2.13])
AC_CONFIG_SRCDIR(src/enchant.h)
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([subdir-objects])