Release 0.10.1

This commit is contained in:
Yonit Halperin 2011-12-28 11:49:22 +02:00
parent 49e2069467
commit 54ef19ea33
2 changed files with 5 additions and 1 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
Major changes in 0.10.1
=======================
* Add support for a header without sublist and serial (mini header)
Major changes in 0.10.0
=======================
* no changes, released to match version with spice

View File

@ -2,7 +2,7 @@ AC_PREREQ([2.57])
m4_define([SPICE_MAJOR], 0)
m4_define([SPICE_MINOR], 10)
m4_define([SPICE_MICRO], 0)
m4_define([SPICE_MICRO], 1)
AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol)