summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2019-01-11 21:05:44 +0400
committerMarc-André Lureau <marcandre.lureau@redhat.com>2019-01-11 21:31:05 +0400
commit578b92e635942c2025c4f9803f4f261162a66ec6 (patch)
tree58bc9570000fc2b8f9c89dc038ab609dc833f9cf
parent9e4414834dde37a96a6824a38ab64ab3c2a8f8c4 (diff)
build-sys: post-release version bump 0.12.16
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index fcdbefc..eb1b314 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.57])
m4_define([SPICE_MAJOR], 0)
m4_define([SPICE_MINOR], 12)
-m4_define([SPICE_MICRO], 15)
+m4_define([SPICE_MICRO], 16)
AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol)
diff --git a/meson.build b/meson.build
index 55cef0c..b457693 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
# project definition
#
project('spice-protocol', 'c',
- version : '0.12.15',
+ version : '0.12.16',
license : 'BSD',
meson_version : '>= 0.41.0')