diff options
author | raveit65 <[email protected]> | 2016-04-06 12:22:06 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-04-06 12:24:21 +0200 |
commit | 961dacabbebe10c6bbb67eaa7f601bbb3a50500d (patch) | |
tree | 94de45f4dd33d07b2d4d37d8ba3b51d8ea341c2f | |
parent | 69b9b3dca17ef8985cacbce93b0dea704e90ee0c (diff) | |
download | mate-media-961dacabbebe10c6bbb67eaa7f601bbb3a50500d.tar.bz2 mate-media-961dacabbebe10c6bbb67eaa7f601bbb3a50500d.tar.xz |
release 1.14.0
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,10 +1,11 @@ ============== -Version 1.13.0 +Version 1.14.0 ============== - GTK+3: add css name GvcMixerDialog for 3.20 - GTK+3: fix several deprecations - Translations update +- Fix Changelog generation ============== Version 1.12.1 diff --git a/configure.ac b/configure.ac index c9e17b9..aef09a0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.60) AC_INIT([mate-media], - [1.13.0], + [1.14.0], [http://www.mate-desktop.org/]) AC_CONFIG_AUX_DIR([build-aux]) |