From e079b9501ac0071b2393297b14719f9c5fe28c6a Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 14 Mar 2012 13:02:54 +0100 Subject: update for 1.2 release --- ChangeLog | 2 +- autogen.sh | 4 ++-- configure.in | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index c4f7088..c3029a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,3 @@ The ChangeLog file is no longer used. -For a list of changes goto: http://git.mate.org/browse/caja-python/log/ +For a list of changes goto: http://git.mate-desktop.org/?p=python-caja&a=summary diff --git a/autogen.sh b/autogen.sh index 664d87f..517def6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -12,7 +12,7 @@ PKG_NAME="python-caja" 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.in b/configure.in index 7b510ee..0da80e7 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_INIT PACKAGE=caja-python -VERSION=1.1.0 +VERSION=1.2.0 AC_SUBST(PACKAGE) AC_SUBST(VERSION) -- cgit v1.2.1