Release 0.4.29
authorTim-Philipp Müller <tim@centricular.com>
Sun, 14 Apr 2019 22:47:03 +0000 (23:47 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 14 Apr 2019 22:47:03 +0000 (23:47 +0100)
RELEASE
configure.ac
meson.build

diff --git a/RELEASE b/RELEASE
index 5346f56..16dd3f8 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,4 +1,4 @@
-0.4.29 (unreleased)
+0.4.29
 ======
 
   - PowerPC: Support ELFv2 ABI (A. Wilcox) and ppc64le (Michel Normand)
index e011c7c..e305b9c 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.68])
-AC_INIT([orc], [0.4.28.1], [https://gitlab.freedesktop.org/gstreamer/orc/issues/],[orc])
+AC_INIT([orc], [0.4.29], [https://gitlab.freedesktop.org/gstreamer/orc/issues/],[orc])
 dnl don't forget to update libversion
 
 AS_NANO(ORC_GIT=no,ORC_GIT=yes)
@@ -22,7 +22,7 @@ dnl - library source changed -> increment REVISION
 dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
 dnl - interfaces added -> increment AGE
 dnl - interfaces removed -> AGE = 0
-ORC_LIBVERSION="28:0:28"
+ORC_LIBVERSION="29:0:29"
 AC_SUBST(ORC_LIBVERSION)
 LT_PREREQ([2.2.6])
 LT_INIT([dlopen win32-dll disable-static])
index 815d896..705cac8 100644 (file)
@@ -1,4 +1,4 @@
-project ('orc', 'c', version : '0.4.28.1',
+project ('orc', 'c', version : '0.4.29',
                      meson_version : '>= 0.47.0',
                      default_options : ['buildtype=debugoptimized',
                                         'warning_level=1',