[beast: 4/11] BUILD: qualify version as 0.10.1~wip to indicate development of pre-0.10.1 code



commit cc4d8f63d021c5a5e0cc165d120fa7f0c57adb0e
Author: Tim Janik <timj gnu org>
Date:   Wed Oct 19 10:54:59 2016 +0200

    BUILD: qualify version as 0.10.1~wip to indicate development of pre-0.10.1 code
    
    Signed-off-by: Tim Janik <timj gnu org>

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f63cff5..29d4be6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ AC_PREREQ(2.57)
 # * ABI_VERSION:     Record the latest version since ABI compatibility has been kept
 # * ABI changes:     Increment MAJOR or MINOR and reset ABI_VERSION to the current VERSION
 # * -RC:             Release candidate, may contain -rc[0-9]+ or nothing
-AC_INIT([beast], [0.10.1]) # defines PACKAGE_NAME, PACKAGE_VERSION, PACKAGE_STRING
+AC_INIT([beast], [0.10.1~wip]) # defines PACKAGE_NAME, PACKAGE_VERSION, PACKAGE_STRING
 :;   ABI_VERSION=[0.10.0]
 BST_VERSION_HINT=alpha
 AC_CONFIG_SRCDIR([bse/bseconfig.h.in])


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