diff options
author | Ted Gould <ted@gould.cx> | 2010-02-04 17:34:50 -0800 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-04 17:34:50 -0800 |
commit | 0d5ea56677c20ba1f6cd9f8687d7c33b373c6db2 (patch) | |
tree | 28a2798b71109dc580db4bebf5b1f1fced0c8a51 | |
parent | 6afee918e61effc297495027bf324e49e3d6c031 (diff) | |
download | libayatana-indicator-0d5ea56677c20ba1f6cd9f8687d7c33b373c6db2.tar.gz libayatana-indicator-0d5ea56677c20ba1f6cd9f8687d7c33b373c6db2.tar.bz2 libayatana-indicator-0d5ea56677c20ba1f6cd9f8687d7c33b373c6db2.zip |
0.3.20.3.2
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 1f0ad9a..a816206 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(libindicator, 0.3.1, ted@canonical.com) +AC_INIT(libindicator, 0.3.2, ted@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libindicator, 0.3.1) +AM_INIT_AUTOMAKE(libindicator, 0.3.2) AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES]) |