summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-04-14 23:47:03 +0100
committerTim-Philipp Müller <tim@centricular.com>2019-04-14 23:47:03 +0100
commit3d3889025bdbd9ca54565edfb3936c5a29316cff (patch)
treed63e4829d041453b38dc0488a199b6b75c7cc38c
parentc69e91eff1c0ae77ee1774ba99e8ba778c595eba (diff)
Release 0.4.290.4.29
-rw-r--r--RELEASE2
-rw-r--r--configure.ac4
-rw-r--r--meson.build2
3 files changed, 4 insertions, 4 deletions
diff --git a/RELEASE b/RELEASE
index 5346f56..16dd3f8 100644
--- 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)
diff --git a/configure.ac b/configure.ac
index e011c7c..e305b9c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
diff --git a/meson.build b/meson.build
index 815d896..705cac8 100644
--- a/meson.build
+++ b/meson.build
@@ -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',