diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2019-04-14 23:47:03 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2019-04-14 23:47:03 +0100 |
commit | 3d3889025bdbd9ca54565edfb3936c5a29316cff (patch) | |
tree | d63e4829d041453b38dc0488a199b6b75c7cc38c | |
parent | c69e91eff1c0ae77ee1774ba99e8ba778c595eba (diff) |
Release 0.4.290.4.29
-rw-r--r-- | RELEASE | 2 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -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', |