diff options
author | Stefano Karapetsas <[email protected]> | 2015-03-02 20:59:21 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-03-02 20:59:21 +0100 |
commit | bb77c8164578eb6c7c4482ba3f8fff43965edfce (patch) | |
tree | 51487dbfa3847eaeec4dc2ca33d25a7c4379add8 | |
parent | 8e37a4a1d0e04c08bffa08b74b1ea875157574bb (diff) | |
download | mate-menus-bb77c8164578eb6c7c4482ba3f8fff43965edfce.tar.bz2 mate-menus-bb77c8164578eb6c7c4482ba3f8fff43965edfce.tar.xz |
Bump version to 1.9.90mate-menus-1.9.90
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,7 @@ -mate-menus 1.9.1 +mate-menus 1.9.90 - - + - Translations update + - Bugfixes mate-menus 1.8.0 diff --git a/configure.ac b/configure.ac index ca3d6d6..26edefb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.62) -AC_INIT([mate-menus], [1.9.1], [http://www.mate-desktop.org]) +AC_INIT([mate-menus], [1.9.90], [http://www.mate-desktop.org]) AC_CONFIG_SRCDIR(libmenu/matemenu-tree.h) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz check-news]) |