diff options
author | Ted Gould <ted@gould.cx> | 2011-03-10 16:09:08 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-10 16:09:08 -0600 |
commit | eb8f43efef005e90fae7caaa4e70b9c6b40bc4ab (patch) | |
tree | b53727a60aa73e22a3c1e1477cf100aa77280771 /configure.ac | |
parent | 073fb07231188c77679cfb094848e0b311c0830d (diff) | |
parent | 4097a4c42901dee5edf61c589ef0d501b716c633 (diff) | |
download | ayatana-indicator-session-eb8f43efef005e90fae7caaa4e70b9c6b40bc4ab.tar.gz ayatana-indicator-session-eb8f43efef005e90fae7caaa4e70b9c6b40bc4ab.tar.bz2 ayatana-indicator-session-eb8f43efef005e90fae7caaa4e70b9c6b40bc4ab.zip |
New upstream release.
∘ Support adding arbitrary items to the end of the session
menu. (LP: #727823)
∘ Call guest session with --no-lock to ensure there is no
double locking (LP: #636693)
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 e12c744..724831f 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.14) +AM_INIT_AUTOMAKE(indicator-session, 0.2.15) AM_MAINTAINER_MODE |