diff options
author | Ted Gould <ted@gould.cx> | 2011-03-16 13:17:22 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-16 13:17:22 -0500 |
commit | c2457798b0df1f41fbdb1a2952abde64e673ab4b (patch) | |
tree | 43c3c1dd0d7a539258c5eb899c161609f2383406 | |
parent | bbae0db4cb7aeeea3a79173a49668de08db8630c (diff) | |
download | libayatana-indicator-0.3.21.tar.gz libayatana-indicator-0.3.21.tar.bz2 libayatana-indicator-0.3.21.zip |
0.3.210.3.21
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a81543e..4f60db7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(libindicator, 0.3.20, ted@canonical.com) +AC_INIT(libindicator, 0.3.21, ted@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libindicator, 0.3.20) +AM_INIT_AUTOMAKE(libindicator, 0.3.21) AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES]) |