diff options
author | Stefano Karapetsas <[email protected]> | 2015-04-06 11:08:02 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-04-06 11:08:02 +0200 |
commit | 335fe9789e25f302df78d8e5142aab9dd080b22c (patch) | |
tree | f2b619e1fb7a42020d4efcd2802a38bc03bb1fd2 | |
parent | eaf9fe025a97d09656902e653cda211ffa4a8a0e (diff) | |
download | mate-utils-1.9.90.tar.bz2 mate-utils-1.9.90.tar.xz |
Bump version to 1.9.90mate-utils-1.9.90
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -1.9.1 +1.9.90 * Add GTK3 support 1.8.0 diff --git a/configure.ac b/configure.ac index 2656cf22..bef647ce 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], [1]) +m4_define([mate_utils_micro], [90]) m4_define([mate_utils_version], [mate_utils_major.mate_utils_minor.mate_utils_micro]) |