diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Major changes in 0.12.7 +======================= +* add support for Webdav channel +* add support for the Opus codec + Major changes in 0.12.6 ======================= * add adaptive video streaming support: diff --git a/configure.ac b/configure.ac index 0517b5b..0ea8d6b 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.57]) m4_define([SPICE_MAJOR], 0) m4_define([SPICE_MINOR], 12) -m4_define([SPICE_MICRO], 6) +m4_define([SPICE_MICRO], 7) AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol) |