[beast: 4/7] Version increment to 0.10.0



commit 35f10b53cde713772d7654597305a790a2742750
Author: Tim Janik <timj gnu org>
Date:   Thu Apr 7 13:43:17 2016 +0200

    Version increment to 0.10.0
    
    Signed-off-by: Tim Janik <timj gnu org>

 NEWS                                               |    2 +-
 configure.ac                                       |    6 +++---
 debian/control                                     |   10 +++++-----
 debian/{libbse-0-9.install => libbse-0-10.install} |    0
 4 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/NEWS b/NEWS
index b77831a..26be28e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Beast 0.10.0:                                  (2016-04-06)
+Beast 0.10.0:                                  (2016-04-07)
 
 * Memory leak and stability fixes.
 * Removal of deprecated Glib/Gtk+ functions.
diff --git a/configure.ac b/configure.ac
index 012085d..0c5c418 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,8 +17,8 @@ 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.9.3]) # defines PACKAGE_NAME, PACKAGE_VERSION, PACKAGE_STRING
-:;   ABI_VERSION=[0.9.3]
+AC_INIT([beast], [0.10.0]) # defines PACKAGE_NAME, PACKAGE_VERSION, PACKAGE_STRING
+:;   ABI_VERSION=[0.10.0]
 BST_VERSION_HINT=alpha
 AC_CONFIG_SRCDIR([bse/bseconfig.h.in])
 AC_CONFIG_AUX_DIR([autotools])
@@ -316,7 +316,7 @@ AC_DEFUN([MC_SFI_REQUIREMENTS],
 AC_DEFUN([MC_BSE_REQUIREMENTS],
 [
     dnl # require Rapicorn
-    PKG_CHECK_MODULES(RAPICORN, rapicorn >= 15.09.1)
+    PKG_CHECK_MODULES(RAPICORN, rapicorn >= 16.0.0)
     MC_ASSERT_PROG(AIDACC, aidacc, [aidacc gets shipped with Rapicorn])
     MC_ASSERT_PROG(AIDACC, rapidres, [rapidres gets shipped with Rapicorn])
 
diff --git a/debian/control b/debian/control
index f778eac..34bab45 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,8 @@ Vcs-Browser: https://github.com/tim-janik/beast/tree/master/debian
 Package: beast
 Architecture: any
 Depends:
- libbse-0-9 (= ${binary:Version}), beast-doc (= ${source:Version}),
- rapicorn (>= 15.9.1~git5343), python-rapicorn (>= 15.9.1~git5343),
+ libbse-0-10 (= ${binary:Version}), beast-doc (= ${source:Version}),
+ rapicorn (>= 16.0.0), python-rapicorn (>= 16.0.0),
  ${shlibs:Depends}, ${misc:Depends}
 Description: Music Synthesizer and Composer
  Beast is a free software music composer and modular synthesizer.
@@ -37,11 +37,11 @@ Description: Music Synthesizer and Composer
  .
  This package contains the reference documentation and user manual.
 
-Package: libbse-0-9
+Package: libbse-0-10
 Section: libs
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
-Depends: librapicorn-15-9, ${shlibs:Depends}, ${misc:Depends}
+Depends: librapicorn-16-0, ${shlibs:Depends}, ${misc:Depends}
 Breaks: beast (<< 0.7.4)
 Replaces: beast (<< 0.7.4)
 Description: Music Synthesizer and Composer
@@ -52,7 +52,7 @@ Description: Music Synthesizer and Composer
 Package: libbse-dev
 Section: libdevel
 Architecture: any
-Depends: libbse-0-9 (= ${binary:Version}), librapicorn-dev (>= 15.9.1~git5343), ${shlibs:Depends}, 
${misc:Depends}
+Depends: libbse-0-10 (= ${binary:Version}), librapicorn-dev (>= 16.0.0), ${shlibs:Depends}, ${misc:Depends}
 Breaks: libbse-0.7-4, bse-alsa (<< 0.9.3)
 Replaces: libbse-0.7-4, bse-alsa (<< 0.9.3)
 Description: Music Synthesizer and Composer
diff --git a/debian/libbse-0-9.install b/debian/libbse-0-10.install
similarity index 100%
rename from debian/libbse-0-9.install
rename to debian/libbse-0-10.install


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