diff options
author | Steve Zesch <[email protected]> | 2011-12-09 23:37:30 -0500 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2011-12-09 23:37:30 -0500 |
commit | ec4fa66159e00cf4fecd03e1fd27c15ab7e51655 (patch) | |
tree | db4ae1f7c62e0b8773c80732a0d80fcb38b0c480 /configure.ac | |
parent | 8790ba833e4648560e02fda46a24d1c21e077ee3 (diff) | |
download | pluma-ec4fa66159e00cf4fecd03e1fd27c15ab7e51655.tar.bz2 pluma-ec4fa66159e00cf4fecd03e1fd27c15ab7e51655.tar.xz |
updated version
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index f3945d77..40ce0a89 100755 --- a/configure.ac +++ b/configure.ac @@ -2,9 +2,9 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.63.2) -m4_define(pluma_major_version, 2011) -m4_define(pluma_minor_version, 12) -m4_define(pluma_micro_version, 01) +m4_define(pluma_major_version, 1) +m4_define(pluma_minor_version, 1) +m4_define(pluma_micro_version, 0) m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version) AC_INIT([pluma], [pluma_version], @@ -277,7 +277,7 @@ PKG_CHECK_MODULES(PLUMA, [ gio-2.0 >= 2.23.1 gtk+-2.0 >= 2.16.0 gtksourceview-2.0 >= 2.9.7 - mateconf-2.0 >= 1.1.11 + mateconf-2.0 >= 1.1.0 ]) if test "$os_osx" = "no" && |