diff options
author | Ted Gould <ted@gould.cx> | 2011-03-03 13:52:38 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-03 13:52:38 -0600 |
commit | 12047a58bcc26a3b2073452484cd8add0d8d2969 (patch) | |
tree | 77b977040fedf5666ea78b1fcbe057dab71d2a2e | |
parent | dd2660b0e3d39adc4b45df97b9d17dabb923b3ae (diff) | |
download | libayatana-indicator-0.3.20.tar.gz libayatana-indicator-0.3.20.tar.bz2 libayatana-indicator-0.3.20.zip |
0.3.200.3.20
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index cae787a..a81543e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(libindicator, 0.3.19, ted@canonical.com) +AC_INIT(libindicator, 0.3.20, ted@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libindicator, 0.3.19) +AM_INIT_AUTOMAKE(libindicator, 0.3.20) AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES]) |