diff options
author | Ted Gould <ted@gould.cx> | 2010-04-09 12:54:16 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-04-09 12:54:16 -0500 |
commit | 105fa9906a1971d1c2731b9d8c86b370ca1ac834 (patch) | |
tree | 83a934f3ef0d1f9d625890bb61c4fcc6850b7bde /configure.ac | |
parent | 97035da02b08dc57b5a65b849e3e66284df53834 (diff) | |
parent | 9530995ab647788c9246bfb5fa986904f3e38796 (diff) | |
download | libayatana-indicator-105fa9906a1971d1c2731b9d8c86b370ca1ac834.tar.gz libayatana-indicator-105fa9906a1971d1c2731b9d8c86b370ca1ac834.tar.bz2 libayatana-indicator-105fa9906a1971d1c2731b9d8c86b370ca1ac834.zip |
Import upstream version 0.3.8
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 a45a477..8ae0c74 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(libindicator, 0.3.7, ted@canonical.com) +AC_INIT(libindicator, 0.3.8, ted@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libindicator, 0.3.7) +AM_INIT_AUTOMAKE(libindicator, 0.3.8) AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES]) |