diff options
author | Ted Gould <ted@gould.cx> | 2011-04-07 13:30:06 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-04-07 13:30:06 -0500 |
commit | f17f35feaf2f6d413302b813ef451d20491f4894 (patch) | |
tree | fec4898638c61300afb95c4e1fb0f00182440ade /configure.ac | |
parent | e4e135fabfa23dbedef35587333568322f6dafe6 (diff) | |
download | ayatana-indicator-application-f17f35feaf2f6d413302b813ef451d20491f4894.tar.gz ayatana-indicator-application-f17f35feaf2f6d413302b813ef451d20491f4894.tar.bz2 ayatana-indicator-application-f17f35feaf2f6d413302b813ef451d20491f4894.zip |
0.3.10.3.1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index be35a93..12bc68b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.3.0, ted@canonical.com) +AC_INIT(indicator-application, 0.3.1, 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.0) +AM_INIT_AUTOMAKE(indicator-application, 0.3.1) AM_MAINTAINER_MODE |