diff options
author | Stefano Karapetsas <[email protected]> | 2015-01-23 11:14:56 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-01-23 11:14:56 +0100 |
commit | 8317b8fc10b1745112c7ac5015cb1f433e681340 (patch) | |
tree | fd3b6be85c253d2044a72e9c57ae151c9bc455fe | |
parent | b64314302f4aec2740c6c06f8e44b8e14d0ad12d (diff) | |
download | mate-utils-8317b8fc10b1745112c7ac5015cb1f433e681340.tar.bz2 mate-utils-8317b8fc10b1745112c7ac5015cb1f433e681340.tar.xz |
Bump version to 1.9.1mate-utils-1.9.1
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -1.9.0 +1.9.1 * Add GTK3 support 1.8.0 diff --git a/configure.ac b/configure.ac index 915cfe8e..2656cf22 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([mate_utils_major], [1]) m4_define([mate_utils_minor], [9]) -m4_define([mate_utils_micro], [0]) +m4_define([mate_utils_micro], [1]) m4_define([mate_utils_version], [mate_utils_major.mate_utils_minor.mate_utils_micro]) |