summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2014-08-31 23:56:18 -0400
committerHubert Figuière <hub@figuiere.net>2014-08-31 23:56:18 -0400
commitbceff90f570a27b9e4f02f74640c4d014078567a (patch)
tree70124ea29b1566401be8f8c3dca0f1d75c4e7954
parent6d1af29982a44ac510dff4a9a566f2ecbe2b36d4 (diff)
Start 2.2.3 if it ever happens
-rw-r--r--NEWS2
-rw-r--r--configure.ac5
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 729e263..ad0f379 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+2.2.3
+
2.2.2 - 2014/08/31
- Public header cleanup and documentation update.
diff --git a/configure.ac b/configure.ac
index d643da2..cf73ffa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ dnl that contains a configuration script generated by Autoconf, under
dnl the same distribution terms as the rest of that program.
AC_PREREQ(2.50)
-AC_INIT(exempi,2.2.2)
+AC_INIT(exempi,2.2.3)
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE
m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])
@@ -55,7 +55,8 @@ dnl 2.1.1 is the revision 5.2.1
dnl 2.2.0 is the revision 5.2.2 -- no public API change
dnl 2.2.1 is the revision 5.2.3 -- no public API change
dnl 2.2.2 is the revision 5.2.4 -- no public API change
-AC_SUBST([EXEMPI_REVISION], [4])
+dnl 2.2.3 is the revision 5.2.5 -- no public API change
+AC_SUBST([EXEMPI_REVISION], [5])
AC_SUBST([EXEMPI_AGE], [2])
AC_SUBST([EXEMPI_CURRENT], [5])
AC_SUBST([EXEMPI_CURRENT_MIN],