diff options
author | Ted Gould <ted@gould.cx> | 2011-04-14 16:04:45 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-04-14 16:04:45 -0500 |
commit | fe3ef8f807a4c338b4d6cbe1f9d9f946cf88469b (patch) | |
tree | a948bf30cdb4a44df4975550e073661695063667 /configure.ac | |
parent | 6653e29647bc15d85014eb55318b189d6f503e59 (diff) | |
parent | 45202574ef59c25b66b07eba42ea780941766aae (diff) | |
download | ayatana-indicator-session-fe3ef8f807a4c338b4d6cbe1f9d9f946cf88469b.tar.gz ayatana-indicator-session-fe3ef8f807a4c338b4d6cbe1f9d9f946cf88469b.tar.bz2 ayatana-indicator-session-fe3ef8f807a4c338b4d6cbe1f9d9f946cf88469b.zip |
* New upstream release.
* Don't die if we can't send an image update (LP: #747818)
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 f6ef2c2..a882555 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.16) +AM_INIT_AUTOMAKE(indicator-session, 0.2.17) AM_MAINTAINER_MODE |