[balsa] Build files: Restore the version to 2.6.0



commit 4140e2023fa52d3d21c49f1eb3faf6d41627a0b9
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Thu Apr 30 14:16:55 2020 -0400

    Build files: Restore the version to 2.6.0

 configure.ac | 4 ++--
 meson.build  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2a80a4e38..5c72714d5 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.10
+# if autoconf is used not in a git source tree, use version=2.6.0
 AC_INIT([balsa],
-        m4_esyscmd([test -d .git && echo -n `git describe --tags` || echo -n 2.5.10]),
+        m4_esyscmd([test -d .git && echo -n `git describe --tags` || echo -n 2.6.0]),
         [])
 
 AM_INIT_AUTOMAKE
diff --git a/meson.build b/meson.build
index f5d5616f5..8848339f7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('balsa', 'c',
-        version         : '2.5.10',
+        version         : '2.6.0',
         meson_version   : '>= 0.50.0',
         default_options : ['sysconfdir=/etc', 'optimization=2'])
 


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