diff options
author | Stefano Karapetsas <[email protected]> | 2012-02-29 01:03:41 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-02-29 01:03:41 +0100 |
commit | 6671aa0dcd07a2af3961936abe33f4f3cdd8305e (patch) | |
tree | d2be83fa4f4aebecbdb0d0a8a9c297717ea1605c /configure.ac | |
parent | c5dfae990e8a774fa3b88454dd5a303cee902573 (diff) | |
download | mate-control-center-6671aa0dcd07a2af3961936abe33f4f3cdd8305e.tar.bz2 mate-control-center-6671aa0dcd07a2af3961936abe33f4f3cdd8305e.tar.xz |
prepare for 1.2 release
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 16729b5d..40632a11 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.1.0], [htts://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.2.0], [htts://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) @@ -30,7 +30,7 @@ changequote([,])dnl IT_PROG_INTLTOOL([0.37.1]) -GETTEXT_PACKAGE=mate-control-center-2.0 +GETTEXT_PACKAGE=mate-control-center AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package]) |