diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-02-21 18:46:10 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-02-21 18:46:10 +0100 |
commit | b7213a4a71484af6c93de849bbfd500146895e50 (patch) | |
tree | 6a5d078fad33c73f8ee197e27d0716312299befe | |
parent | 80267b959d037302d2fc993d0ac7b4e0e24d9285 (diff) | |
download | mate-control-center-b7213a4a71484af6c93de849bbfd500146895e50.tar.bz2 mate-control-center-b7213a4a71484af6c93de849bbfd500146895e50.tar.xz |
release 1.13.2v1.13.2
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +1.13.2 + * fix more deprecations and warnings + 1.13.1 * common: fix build warnings about incorrect pointer types * Gtk+-3: fix some deprecations diff --git a/configure.ac b/configure.ac index 04efc487..0d99e5a6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.13.1], [htts://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.13.2], [htts://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) |