mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2026-01-02 22:47:50 +00:00
build-sys: post-release version bump 0.14.1
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
parent
f72ece993a
commit
fc52cac76f
@ -2,7 +2,7 @@ AC_PREREQ([2.57])
|
||||
|
||||
m4_define([SPICE_MAJOR], 0)
|
||||
m4_define([SPICE_MINOR], 14)
|
||||
m4_define([SPICE_MICRO], 0)
|
||||
m4_define([SPICE_MICRO], 1)
|
||||
|
||||
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.0',
|
||||
version : '0.14.1',
|
||||
license : 'BSD',
|
||||
meson_version : '>= 0.41.0')
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user