summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2022-02-13 12:33:29 -0500
committerHubert Figuière <hub@figuiere.net>2022-02-13 12:33:29 -0500
commitb75727d30b51ad2d51f9124732f5b45f638bddf1 (patch)
tree38dff8da6732824784467ef1c08977d3b73051e3
parent061aa0781aeecae4b0f0636a01730a475cd31566 (diff)
Starts 2.6.2
-rw-r--r--NEWS4
-rw-r--r--configure.ac5
2 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 60c2a23..fc07981 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+2.6.2 -
+
+-
+
2.6.1 - 2022/02/13
- Bug #26: Addressed missing README.md and others from tarball.
diff --git a/configure.ac b/configure.ac
index 367dbe6..e6457e6 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.6.1)
+AC_INIT(exempi,2.6.2)
AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects])
AM_MAINTAINER_MODE
m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])
@@ -69,7 +69,8 @@ dnl 2.5.1 is the revision 8.0.1
dnl 2.5.2 is the revision 8.0.2
dnl 2.6.0 is the revision 9.1.0
dnl 2.6.1 is the revision 9.1.1
-AC_SUBST([EXEMPI_REVISION], [1])
+dnl 2.6.2 is the revision 9.1.2
+AC_SUBST([EXEMPI_REVISION], [2])
AC_SUBST([EXEMPI_AGE], [1])
AC_SUBST([EXEMPI_CURRENT], [9])
AC_SUBST([EXEMPI_CURRENT_MIN],