diff options
author | Stefano Karapetsas <[email protected]> | 2013-04-01 14:53:27 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-04-01 14:53:27 +0200 |
commit | 6061c5529aae34df9b7baab65d528b383e816738 (patch) | |
tree | df08f048e822164aeff1c8603b008c314af8679b /configure.in | |
parent | 53034ba4fefa1a9b31c2a4f585719cb30477acf9 (diff) | |
download | python-caja-6061c5529aae34df9b7baab65d528b383e816738.tar.bz2 python-caja-6061c5529aae34df9b7baab65d528b383e816738.tar.xz |
Bump version to 1.6.0python-caja-1.6.0
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 29292d8..9ce5e06 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_INIT PACKAGE=caja-python -VERSION=1.5.0 +VERSION=1.6.0 AC_SUBST(PACKAGE) AC_SUBST(VERSION) @@ -12,7 +12,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I .") -CAJA_REQUIRED=1.1.0 +CAJA_REQUIRED=1.6.0 AC_PROG_CC AC_DISABLE_STATIC |