mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-26 22:55:30 +00:00
build-sys: post-release version bump 0.14.2
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
e0ec178a72
commit
0724605efc
@ -2,7 +2,7 @@ AC_PREREQ([2.57])
|
||||
|
||||
m4_define([SPICE_MAJOR], 0)
|
||||
m4_define([SPICE_MINOR], 14)
|
||||
m4_define([SPICE_MICRO], 1)
|
||||
m4_define([SPICE_MICRO], 2)
|
||||
|
||||
AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol)
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
# project definition
|
||||
#
|
||||
project('spice-protocol', 'c',
|
||||
version : '0.14.1',
|
||||
version : '0.14.2',
|
||||
license : 'BSD',
|
||||
meson_version : '>= 0.41.0')
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user