diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-09-02 16:06:17 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-09-02 16:06:17 +0100 |
commit | 40e2c4c17c08042e6ed58b554aa4c45a8f806801 (patch) | |
tree | 3e93ec2d3586392f724e3aac54d787f0d24414fe /configure.ac | |
parent | ed66b087fda1b0c0dbb40f0ff8a29d5905b34a30 (diff) | |
download | ayatana-indicator-session-40e2c4c17c08042e6ed58b554aa4c45a8f806801.tar.gz ayatana-indicator-session-40e2c4c17c08042e6ed58b554aa4c45a8f806801.tar.bz2 ayatana-indicator-session-40e2c4c17c08042e6ed58b554aa4c45a8f806801.zip |
bumped version in prep for release
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 49353b2..951e8a3 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.3.4.1) +AM_INIT_AUTOMAKE(indicator-session, 0.3.4.2) AM_MAINTAINER_MODE |