diff options
author | Ted Gould <ted@gould.cx> | 2010-02-25 11:56:16 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-25 11:56:16 -0600 |
commit | 6efdf35b5e3bfc25fa937b49c74f08d255aeb63c (patch) | |
tree | 6b25182d289609bba65170e18bfd70c9528e0320 /configure.ac | |
parent | c9231bfee1c1ff91c20a76ba2f46a8d660ee1c67 (diff) | |
parent | ab02e295a6e21e1acb577516f0796d0ff4cc7092 (diff) | |
download | ayatana-indicator-session-6efdf35b5e3bfc25fa937b49c74f08d255aeb63c.tar.gz ayatana-indicator-session-6efdf35b5e3bfc25fa937b49c74f08d255aeb63c.tar.bz2 ayatana-indicator-session-6efdf35b5e3bfc25fa937b49c74f08d255aeb63c.zip |
* Upstream release 0.2.4
* When we can't shutdown with gnome-session fallback to using
ConsoleKit.
* Detect when GPM isn't available and don't error out.
* Change suspend and hibernate detection property names for
adjustment to upower.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 221da2c..b3bfd8b 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.3) +AM_INIT_AUTOMAKE(indicator-session, 0.2.4) AM_MAINTAINER_MODE |