From 3d3889025bdbd9ca54565edfb3936c5a29316cff Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Sun, 14 Apr 2019 23:47:03 +0100 Subject: Release 0.4.29 --- RELEASE | 2 +- configure.ac | 4 ++-- meson.build | 2 +- 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', -- cgit v1.2.3