diff options
author | Ted Gould <ted@gould.cx> | 2011-01-27 15:14:17 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-27 15:14:17 -0600 |
commit | 9ac551998017804c2e9024d22d809e22a63987ce (patch) | |
tree | 8327f991274a99d4363a7c0f68b550d13e78faa9 | |
parent | ded377cb33d2d9eecde45ed07c15b45e244de507 (diff) | |
download | libayatana-indicator-9ac551998017804c2e9024d22d809e22a63987ce.tar.gz libayatana-indicator-9ac551998017804c2e9024d22d809e22a63987ce.tar.bz2 libayatana-indicator-9ac551998017804c2e9024d22d809e22a63987ce.zip |
0.3.180.3.18
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 6396bd3..839cff1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(libindicator, 0.3.17, ted@canonical.com) +AC_INIT(libindicator, 0.3.18, ted@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libindicator, 0.3.17) +AM_INIT_AUTOMAKE(libindicator, 0.3.18) AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES]) |