diff options
author | Ted Gould <ted@gould.cx> | 2010-09-15 11:44:34 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-09-15 11:44:34 -0500 |
commit | b675da761008a640e02b90aa6b99e345875bd00d (patch) | |
tree | 284a5412590a4433e56eb7e32bdfe23424312de7 /configure.ac | |
parent | 5c85a799d1b5bd613177ff80bf36d11f13afec1e (diff) | |
parent | bc8ba95828914624a74299957a58b36bbf769e5a (diff) | |
download | libayatana-indicator-b675da761008a640e02b90aa6b99e345875bd00d.tar.gz libayatana-indicator-b675da761008a640e02b90aa6b99e345875bd00d.tar.bz2 libayatana-indicator-b675da761008a640e02b90aa6b99e345875bd00d.zip |
Import upstream version 0.3.13
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 ba47820..ee226e8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(libindicator, 0.3.12, ted@canonical.com) +AC_INIT(libindicator, 0.3.13, ted@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libindicator, 0.3.12) +AM_INIT_AUTOMAKE(libindicator, 0.3.13) AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES]) |