diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-02-04 17:57:07 -0800 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-02-04 17:57:07 -0800 |
commit | 1204ae96cae80c5ab4fd0d41483310f9b82efa28 (patch) | |
tree | 105380765021f8be9bc1295a86a18c1eeb3063cd /configure.ac | |
parent | 1e460db90b903c62e8e9c31047e2c675ad432d55 (diff) | |
parent | e9698bb4739ec4894736037234e93d4ce0e06623 (diff) | |
download | ayatana-indicator-session-1204ae96cae80c5ab4fd0d41483310f9b82efa28.tar.gz ayatana-indicator-session-1204ae96cae80c5ab4fd0d41483310f9b82efa28.tar.bz2 ayatana-indicator-session-1204ae96cae80c5ab4fd0d41483310f9b82efa28.zip |
releasing version 0.2.1-0ubuntu1
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 cfa4e87..5ccc43d 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT(src/indicator-session.c) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-session, 0.2.0) +AM_INIT_AUTOMAKE(indicator-session, 0.2.1) AM_MAINTAINER_MODE @@ -27,7 +27,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) GTK_REQUIRED_VERSION=2.12 INDICATOR_REQUIRED_VERSION=0.3.0 -DBUSMENUGTK_REQUIRED_VERSION=0.2.0 +DBUSMENUGTK_REQUIRED_VERSION=0.2.2 POLKIT_REQUIRED_VERSION=0.92 PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION |