From e1aee488c70e7d2d92d92527a0416150c05a7433 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 14 Mar 2012 14:37:03 +0100 Subject: update for 1.2 --- AUTHORS | 6 ++++++ README | 8 +++++--- autogen.sh | 4 ++-- configure.ac | 2 +- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/AUTHORS b/AUTHORS index d188ce8..cd8eb7b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1,7 @@ +MATE: +Perberos +Steve Zesch +Stefano Karapetsas + +GNOME: Travis Watkins diff --git a/README b/README index b6831e4..cd2e9e3 100644 --- a/README +++ b/README @@ -1,9 +1,11 @@ -Mozo 1.1.0 +Mozo ========== Mozo is a menu editor for MATE using the freedesktop.org menu specification. +Mozo is a fork of Alacarte. + Installation ============ @@ -12,6 +14,6 @@ See http://wiki.mate-desktop.org. How to report bugs ================== -Bugs should be filed in MATE's bug tracker -(https://github.com/Perberos/Mate-Desktop-Environment/issues) You will +Bugs should be filed in MATE's bug tracker on GitHub +(https://github.com/mate-desktop/mate-menu-editor/issues). You will need to create an account on github for yourself. diff --git a/autogen.sh b/autogen.sh index 2038402..f43fd40 100755 --- a/autogen.sh +++ b/autogen.sh @@ -12,7 +12,7 @@ PKG_NAME="mate-menu-editor" exit 1 } -which mate-autogen.sh || { +which mate-autogen || { echo "You need to install mate-common from the MATE Git" exit 1 } @@ -21,5 +21,5 @@ REQUIRED_AUTOMAKE_VERSION=1.9 USE_MATE2_MACROS=1 USE_COMMON_DOC_BUILD=yes -. mate-autogen.sh +. mate-autogen diff --git a/configure.ac b/configure.ac index 84c125f..2300cac 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(mozo, 1.1.0, http://www.mate-desktop.org) +AC_INIT(mozo, 1.2.0, http://www.mate-desktop.org) AC_CONFIG_SRCDIR(mozo.in) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([1.7]) -- cgit v1.2.1