diff options
author | monsta <[email protected]> | 2015-11-30 11:06:00 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-11-30 11:06:00 +0300 |
commit | e34c9b384da648c6d3024dcb96f99aecc1da4003 (patch) | |
tree | 9d6a5987406e67df06e4e6a638f8d94065b0826e | |
parent | c3dadac7bb9b732fa2e174bf6470614888021b6b (diff) | |
download | mate-session-manager-1.12.1.tar.bz2 mate-session-manager-1.12.1.tar.xz |
Bump version to 1.12.1v1.12.1
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +1.12.1 + * Get rid of dependency on libmate-desktop + 1.12.0 * Add support for an optional dock, such as Plank * Retrieve strings directly from gschema (requires intltool 0.50.1) diff --git a/configure.ac b/configure.ac index 86150c1..131b480 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-session-manager], [1.12.0], [http://www.mate-desktop.org/]) +AC_INIT([mate-session-manager], [1.12.1], [http://www.mate-desktop.org/]) AC_CONFIG_SRCDIR([mate-session]) AC_CONFIG_HEADERS([config.h]) |