diff options
author | Ted Gould <ted@gould.cx> | 2010-04-09 11:53:43 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-04-09 11:53:43 -0500 |
commit | ee0f45f6eee073fc3f3329aef08888cff0e6c8c3 (patch) | |
tree | 33750b211389f8fe2b155936d31c9f8b3bdf97af | |
parent | 588efad1e8aebb936f94ddf21a45972ba4581306 (diff) | |
download | libayatana-indicator-0.3.7.tar.gz libayatana-indicator-0.3.7.tar.bz2 libayatana-indicator-0.3.7.zip |
0.3.70.3.7
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 136ab6a..a45a477 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(libindicator, 0.3.6, ted@canonical.com) +AC_INIT(libindicator, 0.3.7, ted@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libindicator, 0.3.6) +AM_INIT_AUTOMAKE(libindicator, 0.3.7) AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES]) |