diff options
-rw-r--r-- | configure.ac | 7 | ||||
-rw-r--r-- | debian-sid/control | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 7959bac..5b44301 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([raul],[0.5.0],[dave@drobilla.net]) +AC_INIT([raul],[0.5.1],[dave@drobilla.net]) AC_CONFIG_AUX_DIR([config]) @@ -26,9 +26,10 @@ AM_INIT_AUTOMAKE # Version history: # 0.4.0 = 0,0,0 # 0.5.0 = 1,0,0 (SVN r1283) +# 0.5.1 = 2,0,0 -RAUL_VERSION="0.5.0" -RAUL_API_CURRENT="1" +RAUL_VERSION="0.5.1" +RAUL_API_CURRENT="2" RAUL_API_REVISION="0" RAUL_API_AGE="0" diff --git a/debian-sid/control b/debian-sid/control index 65f3b7d..f664688 100644 --- a/debian-sid/control +++ b/debian-sid/control @@ -23,7 +23,7 @@ Package: raul-0 Section: libs Architecture: any Pre-Depends: make -Depends: ${shlibs:Depends}, librdf0, libjack0, liblash2 +Depends: ${shlibs:Depends}, librdf0, libjack0 Description: A C++ library for realtime audio applications Raul (Realtime Audio Utility Library) is a lightweight C++ convenience library for realtime programming, with a bias towards audio applications @@ -33,7 +33,7 @@ Package: raul-0-dev Section: libdevel Architecture: any Pre-Depends: make -Depends: raul (= ${binary:Version}), libjack-dev, liblash-dev +Depends: raul (= ${binary:Version}), libjack-dev Description: Development files (headers) for Raul Files required for compiling programs which use Raul. |