summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2017-11-20 16:15:58 +0100
committerEdward Hervey <bilboed@bilboed.com>2017-11-20 16:15:58 +0100
commit31cb4bfc51de81b5c2569abdcff830b83c74499c (patch)
tree403fd2f01c0bcb70759e6eba77719eb0f61ec927
parentc5d12a50795f1c44fe0353231a5b7e05910a2e91 (diff)
Release 0.4.28orc-0.4.28
-rw-r--r--RELEASE7
-rw-r--r--configure.ac4
-rw-r--r--meson.build2
3 files changed, 10 insertions, 3 deletions
diff --git a/RELEASE b/RELEASE
index a10eb15..e406e44 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,3 +1,10 @@
+0.4.28
+======
+
+ - Numerous undefined behaviour fixes (Edward Hervey)
+ - Ability to disable tests (Edward Hervey)
+ - Fix meson dist behaviour (Tim-Philipp Müller)
+
0.4.27
======
diff --git a/configure.ac b/configure.ac
index 124a922..bdf89a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.68])
-AC_INIT([orc], [0.4.27.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer&component=orc],[orc])
+AC_INIT([orc], [0.4.28], [http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer&component=orc],[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="27:0:27"
+ORC_LIBVERSION="28:0:28"
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 94d4732..32f6492 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project ('orc', 'c', version : '0.4.27.1',
+project ('orc', 'c', version : '0.4.28',
meson_version : '>= 0.32.0',
default_options : ['buildtype=debugoptimized',
'warning_level=1',