diff options
author | Ted Gould <ted@gould.cx> | 2010-02-18 10:03:57 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-18 10:03:57 -0600 |
commit | 49cdb8cc49896200529da5b7888a3bf49938e95f (patch) | |
tree | e2359ac5d0ac13ee7ad69d5817b3f7d039075046 /configure.ac | |
parent | f325f3ebd4cf79ede06d8add51d2c080ea9c0912 (diff) | |
download | libayatana-indicator-49cdb8cc49896200529da5b7888a3bf49938e95f.tar.gz libayatana-indicator-49cdb8cc49896200529da5b7888a3bf49938e95f.tar.bz2 libayatana-indicator-49cdb8cc49896200529da5b7888a3bf49938e95f.zip |
0.3.30.3.3
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 698f6c7..24293c5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(libindicator, 0.3.2, ted@canonical.com) +AC_INIT(libindicator, 0.3.3, ted@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libindicator, 0.3.2) +AM_INIT_AUTOMAKE(libindicator, 0.3.3) AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES]) |