diff options
author | infirit <[email protected]> | 2014-01-28 15:14:46 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-01-28 15:14:46 +0100 |
commit | dd014d6f6438710fdec6deced68633bbd9973eb0 (patch) | |
tree | c622b3398ccf8e5b106cbc370392c6488a1ea90b /configure.ac | |
parent | 70fd5cb8f4b8ba154e75a1b971c6c56ccb56b968 (diff) | |
download | mozo-dd014d6f6438710fdec6deced68633bbd9973eb0.tar.bz2 mozo-dd014d6f6438710fdec6deced68633bbd9973eb0.tar.xz |
Bump version to 1.6.1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 416c1c4..164db54 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl -*- Mode: autoconf -*- dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.53) -AC_INIT(mate-menu-editor, 1.6.0, http://www.mate-desktop.org) +AC_INIT(mate-menu-editor, 1.6.1, http://www.mate-desktop.org) AC_CONFIG_SRCDIR(mozo.in) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([1.7 dist-xz no-dist-gzip]) |