diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index fce7554..9ade4bf 100644 --- a/configure.in +++ b/configure.in @@ -2,8 +2,8 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) -AC_INIT([mate-system-monitor], [2011.12.01], - [https://matsusoft.com.ar/projects/mate/]) +AC_INIT([mate-system-monitor], [1.1.0], + [http://www.mate-desktop.org/]) AC_CONFIG_SRCDIR(configure.in) AC_CONFIG_HEADERS(config.h) @@ -25,11 +25,11 @@ AC_HEADER_STDC MATE_COMPILE_WARNINGS GLIB_REQUIRED=2.16.0 -MATECONF_REQUIRED=1.1.5 +MATECONF_REQUIRED=1.1.0 LIBWNCK_REQUIRED=2.5.0 LIBGTOP_REQUIRED=2.23.1 GTK_REQUIRED=2.20.0 -MATE_ICON_THEME_REQUIRED=2.15.3 +MATE_ICON_THEME_REQUIRED=1.1.0 GTKMM_REQUIRED=2.8 GIOMM_REQUIRED=2.16.0 GLIBMM_REQUIRED=2.14 |