[balsa] Version bump to 2.5.3



commit 62791a627804dd189ea3d1afe89003cae68c1cab
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Fri Dec 9 16:42:03 2016 -0500

    Version bump to 2.5.3
    
        * configure.ac: bump the version string to 2.5.3

 ChangeLog    |    6 ++++++
 configure.ac |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9b0d3e6..b2f7122 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-12-09  Peter Bloomfield  <pbloomfield bellsouth net>
+
+       Version bump to 2.5.3
+
+       * configure.ac: bump the version string to 2.5.3
+
 2016-11-23  Peter Bloomfield  <pbloomfield bellsouth net>
 
        Correct alignment of recipient labels.
diff --git a/configure.ac b/configure.ac
index 0f45556..b7df924 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,9 +8,9 @@ dnl ###########################################################################
 dnl Boilerplace and versioning
 dnl ###########################################################################
 
-# if autoconf is used not in a git source tree, use version=2.5.2
+# if autoconf is used not in a git source tree, use version=2.5.3
 AC_INIT([balsa],
-        m4_esyscmd([test -d .git && echo -n `git describe --tags` || echo -n 2.5.2]),
+        m4_esyscmd([test -d .git && echo -n `git describe --tags` || echo -n 2.5.3]),
         [])
 
 AM_INIT_AUTOMAKE


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]