diff options
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]) |