Back to development
authorTim-Philipp Müller <tim@centricular.com>
Mon, 17 Jul 2017 15:42:02 +0000 (16:42 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 17 Jul 2017 15:42:02 +0000 (16:42 +0100)
configure.ac
meson.build

index 265162e..7dc9b30 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.68])
-AC_INIT([orc], [0.4.27], [http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer&component=orc],[orc])
+AC_INIT([orc], [0.4.27.1], [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)
index 04090c3..94d4732 100644 (file)
@@ -1,4 +1,4 @@
-project ('orc', 'c', version : '0.4.27',
+project ('orc', 'c', version : '0.4.27.1',
                      meson_version : '>= 0.32.0',
                      default_options : ['buildtype=debugoptimized',
                                         'warning_level=1',