diff options
author | Ted Gould <ted@gould.cx> | 2010-07-15 09:49:53 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-07-15 09:49:53 -0500 |
commit | 362a2d76391c48ab73538bc5c2106d00ec481c7f (patch) | |
tree | 5177f5e52ef1dee46c6fa3cce58d2f67e20a5e28 | |
parent | d71fe460957b2bfc3b92163852d7339e74202f58 (diff) | |
download | libayatana-indicator-362a2d76391c48ab73538bc5c2106d00ec481c7f.tar.gz libayatana-indicator-362a2d76391c48ab73538bc5c2106d00ec481c7f.tar.bz2 libayatana-indicator-362a2d76391c48ab73538bc5c2106d00ec481c7f.zip |
0.3.100.3.10
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 2622d73..7f17df0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(libindicator, 0.3.9, ted@canonical.com) +AC_INIT(libindicator, 0.3.10, ted@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libindicator, 0.3.9) +AM_INIT_AUTOMAKE(libindicator, 0.3.10) AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES]) |