diff options
author | yetist <[email protected]> | 2018-05-02 22:59:12 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-05-27 13:44:45 +0200 |
commit | 047e1d2c78677a36c388e1b1ac918d43a2ffcfde (patch) | |
tree | 21bc332cd7944396377112e1f4ac0ec311cc5a28 | |
parent | 6399b844738571244bb52d144a60ede86c8a45bc (diff) | |
download | mate-menus-047e1d2c78677a36c388e1b1ac918d43a2ffcfde.tar.bz2 mate-menus-047e1d2c78677a36c388e1b1ac918d43a2ffcfde.tar.xz |
update version to 1.21.0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 04d10bc..d21b7d0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.62) -AC_INIT([mate-menus], [1.20.0], [http://www.mate-desktop.org]) +AC_INIT([mate-menus], [1.21.0], [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]) |