mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2026-01-03 15:39:36 +00:00
Release 0.10.0
This commit is contained in:
parent
05a8178398
commit
7fcef3ed30
4
NEWS
4
NEWS
@ -1,3 +1,7 @@
|
||||
Major changes in 0.10.0
|
||||
=======================
|
||||
* no changes, released to match version with spice
|
||||
|
||||
Major changes in 0.9.1 (same as 0.8.2 in 0.8 branch)
|
||||
======================
|
||||
* Add support for semi-seamless migration
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
AC_PREREQ([2.57])
|
||||
|
||||
m4_define([SPICE_MAJOR], 0)
|
||||
m4_define([SPICE_MINOR], 9)
|
||||
m4_define([SPICE_MICRO], 1)
|
||||
m4_define([SPICE_MINOR], 10)
|
||||
m4_define([SPICE_MICRO], 0)
|
||||
|
||||
AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user