diff options
author | monsta <[email protected]> | 2015-11-30 11:06:00 +0300 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-12-04 13:13:23 +0100 |
commit | 2cdcacd350c8c5456ddded9145bb7fbcc65ddbff (patch) | |
tree | 48b92c60ace80879ae34d706d06289d3c91b81db | |
parent | e422b96c6388526bf5549974f9b705638a61d08e (diff) | |
download | mate-session-manager-2cdcacd350c8c5456ddded9145bb7fbcc65ddbff.tar.bz2 mate-session-manager-2cdcacd350c8c5456ddded9145bb7fbcc65ddbff.tar.xz |
Bump version to 1.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]) |