diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-02-25 22:23:29 +0100 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-02-25 22:23:29 +0100 |
commit | e9aea6f9478ec403fee9e6791c178e4fe95da560 (patch) | |
tree | a9d9a216588a548f250031c723c56450cbbb6e4b /configure.ac | |
parent | 2de657413f7d244e92e1fe2efbc2c412ec862f4d (diff) | |
parent | 436e5f16715448637e71fad02689d99eb7a2d8c6 (diff) | |
download | libayatana-indicator-e9aea6f9478ec403fee9e6791c178e4fe95da560.tar.gz libayatana-indicator-e9aea6f9478ec403fee9e6791c178e4fe95da560.tar.bz2 libayatana-indicator-e9aea6f9478ec403fee9e6791c178e4fe95da560.zip |
releasing version 0.3.4-0ubuntu10.3.4-0ubuntu1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 24293c5..2601ea5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(libindicator, 0.3.3, ted@canonical.com) +AC_INIT(libindicator, 0.3.4, ted@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libindicator, 0.3.3) +AM_INIT_AUTOMAKE(libindicator, 0.3.4) AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES]) @@ -28,7 +28,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) GTK_REQUIRED_VERSION=2.18 DBUS_REQUIRED_VERSION=0.76 -GIO_UNIX_REQUIRED_VERSION=2.23 +GIO_UNIX_REQUIRED_VERSION=2.22 PKG_CHECK_MODULES(LIBINDICATOR, gtk+-2.0 >= $GTK_REQUIRED_VERSION gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION |