diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-09-14 17:50:23 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-09-14 17:50:23 +0100 |
commit | 1ea8cf99f98399c0404b610e7364b267637640b4 (patch) | |
tree | bc85ca1ebae5b60df98b0e52a60c4a7ddc37108a /configure.ac | |
parent | 656e9549aa3c0951f92bb2a062f95b53fb1ef447 (diff) | |
download | ayatana-indicator-session-1ea8cf99f98399c0404b610e7364b267637640b4.tar.gz ayatana-indicator-session-1ea8cf99f98399c0404b610e7364b267637640b4.tar.bz2 ayatana-indicator-session-1ea8cf99f98399c0404b610e7364b267637640b4.zip |
fixes for apt handling0.3.5.1
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 6efac90..557a8d2 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.5.0) +AM_INIT_AUTOMAKE(indicator-session, 0.3.5.1) AM_MAINTAINER_MODE |