diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-07-22 18:07:00 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-07-22 18:07:00 +0100 |
commit | 92208b4e83ca7d486aa65ebc4b80e0d36e94095f (patch) | |
tree | 85f5a336154de039e8d0a9f12fea7a384188ee90 /configure.ac | |
parent | 7ad1a2872a085c1a0e988099ba42db7cdb0cc89c (diff) | |
download | ayatana-indicator-session-92208b4e83ca7d486aa65ebc4b80e0d36e94095f.tar.gz ayatana-indicator-session-92208b4e83ca7d486aa65ebc4b80e0d36e94095f.tar.bz2 ayatana-indicator-session-92208b4e83ca7d486aa65ebc4b80e0d36e94095f.zip |
bumped version in configure ac in prep for release0.2.94
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 2c4c867..17f5c55 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.93) +AM_INIT_AUTOMAKE(indicator-session, 0.2.94) AM_MAINTAINER_MODE |