diff options
author | Ted Gould <ted@canonical.com> | 2009-09-24 17:06:40 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-09-24 17:06:40 -0500 |
commit | daf213d6162034a18afc79cd8c71273b19d72489 (patch) | |
tree | 92c43181201189347db97f1dff9fe2c6f62472bb /configure.ac | |
parent | 6a12a49a15fc57c71dc96609da633c628e777b3a (diff) | |
parent | 50004fc1522354a4bc6227333a4fe19deba77f45 (diff) | |
download | ayatana-indicator-session-daf213d6162034a18afc79cd8c71273b19d72489.tar.gz ayatana-indicator-session-daf213d6162034a18afc79cd8c71273b19d72489.tar.bz2 ayatana-indicator-session-daf213d6162034a18afc79cd8c71273b19d72489.zip |
* Upstream release 0.1.5
* PolicyKit-1 support (LP: #418643)
* GDM User list support (LP: #422052)
* MissionControl5 support (LP: #427643)
* Better locking of the screensaver (LP: #428115)
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 ad743f1..0ce9fbc 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.1.4) +AM_INIT_AUTOMAKE(indicator-session, 0.1.5) AM_MAINTAINER_MODE |