diff options
author | Ted Gould <ted@gould.cx> | 2011-04-14 14:25:12 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-04-14 14:25:12 -0500 |
commit | ba6c0b194bd2072f98574a22db89a8dfe93734e5 (patch) | |
tree | dac2c4700fc580893077385a83832e1b6f5f01b9 | |
parent | 4803742cced309b9e3a4249e3ba359fb61ce4e39 (diff) | |
download | ayatana-indicator-application-ba6c0b194bd2072f98574a22db89a8dfe93734e5.tar.gz ayatana-indicator-application-ba6c0b194bd2072f98574a22db89a8dfe93734e5.tar.bz2 ayatana-indicator-application-ba6c0b194bd2072f98574a22db89a8dfe93734e5.zip |
0.3.20.3.2
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 12bc68b..d29a293 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.3.1, ted@canonical.com) +AC_INIT(indicator-application, 0.3.2, ted@canonical.com) AC_COPYRIGHT([Copyright 2009, 2010 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-application, 0.3.1) +AM_INIT_AUTOMAKE(indicator-application, 0.3.2) AM_MAINTAINER_MODE |