diff options
author | Stefano Karapetsas <[email protected]> | 2014-02-19 20:53:15 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-02-19 20:53:15 +0100 |
commit | e9a74fbc6f336515ecda6a2e9e5e1f1508b7971d (patch) | |
tree | 8bbba2ab427daa980bcc0205c47fd9c70a2d6478 | |
parent | c23a4031022d9bf407962642671099fa414c3308 (diff) | |
download | mate-utils-e9a74fbc6f336515ecda6a2e9e5e1f1508b7971d.tar.bz2 mate-utils-e9a74fbc6f336515ecda6a2e9e5e1f1508b7971d.tar.xz |
Bump version to 1.7.90mate-utils-1.7.90
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -1.7.0 +1.7.90 * Use yelp-tools instead of mate-doc-utils * Bugfixes diff --git a/configure.ac b/configure.ac index 1acd2419..9afac0d9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([mate_utils_major], [1]) m4_define([mate_utils_minor], [7]) -m4_define([mate_utils_micro], [0]) +m4_define([mate_utils_micro], [90]) m4_define([mate_utils_version], [mate_utils_major.mate_utils_minor.mate_utils_micro]) |