diff options
author | Ted Gould <ted@gould.cx> | 2011-01-27 15:27:43 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-27 15:27:43 -0600 |
commit | b22f471a026de778bc2594b23768d1a3024f27c3 (patch) | |
tree | b858c1a8eec4766ae1cecc3d50dcd212ce857fb7 /configure.ac | |
parent | fde4196562c9c8e1bd0d1eab7fd979770849d643 (diff) | |
parent | 9ac551998017804c2e9024d22d809e22a63987ce (diff) | |
download | libayatana-indicator-b22f471a026de778bc2594b23768d1a3024f27c3.tar.gz libayatana-indicator-b22f471a026de778bc2594b23768d1a3024f27c3.tar.bz2 libayatana-indicator-b22f471a026de778bc2594b23768d1a3024f27c3.zip |
Import upstream version 0.3.18
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 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]) |