build: Prepare for 0.15.2 release

Really minor release.

Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
This commit is contained in:
Frediano Ziglio 2022-11-09 08:15:12 +00:00
parent 77611e5490
commit 0c2c1413a8
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
Major Changes in 0.15.2:
========================
Really minor fix release, mainly to fix a distribution issue
* Add missing file to distribution
* Fix sound recording fix in case of buffer wrapping
Major Changes in 0.15.1:
========================

View File

@ -13,7 +13,7 @@ AC_PREREQ([2.69])
#
dnl TODO see server/spice-char.h TODO comment for API breakage
m4_define([SPICE_CURRENT], [15])
m4_define([SPICE_REVISION], [2])
m4_define([SPICE_REVISION], [3])
m4_define([SPICE_AGE], [14])
AC_INIT(spice, [m4_esyscmd(build-aux/git-version-gen .tarball-version)],

View File

@ -32,7 +32,7 @@ run_command('build-aux/meson/check-spice-common', check : true)
#
#
spice_server_current = 15
spice_server_revision = 2
spice_server_revision = 3
spice_server_age = 14
spice_server_so_version = '@0@.@1@.@2@'.format(spice_server_current - spice_server_age,
spice_server_age,