Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',