diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2014-05-19 11:51:41 +0200 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2014-05-19 11:54:34 +0200 |
commit | 1f6f9097c306704b2be3a34fdbb9ec93e6c3f229 (patch) | |
tree | 16b47c4b91822231e02626f87b99f05def34c2c7 | |
parent | 58c1b4aeb85167c44fea0813771d1c33c9acacb7 (diff) |
Release 0.12.7v0.12.7
-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) |