diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 7 deletions
@@ -1,13 +1,8 @@ ============== -Version 1.9.90 +Version 1.10.0 ============== - Removed PulseAudio dependency - -============= -Version 1.9.0 -============= - - Removed gst-mixer and gst-mixer-applet - mate-volume-control: Port from PulseAudio to libmatemixer - mate-volume-control: Allow selecting input and output connectors diff --git a/configure.ac b/configure.ac index 38ea8bb..6048dd8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.60) AC_INIT([mate-media], - [1.9.90], + [1.10.0], [http://www.mate-desktop.org/]) AC_CONFIG_AUX_DIR([build-aux]) |