diff options
author | Ted Gould <ted@gould.cx> | 2010-08-18 10:59:48 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-18 10:59:48 -0500 |
commit | 7df0fe9109e7ffab293cf5d720cc708d5e6ff89f (patch) | |
tree | 7637433e5e6b856d80f5b86f1baf2adf4e76e8a7 | |
parent | 3a8fac7512355daeaed3debb4807cb1651ddd1df (diff) | |
download | libayatana-indicator-0.3.12.tar.gz libayatana-indicator-0.3.12.tar.bz2 libayatana-indicator-0.3.12.zip |
0.3.120.3.12
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 9065602..ba47820 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(libindicator, 0.3.11, ted@canonical.com) +AC_INIT(libindicator, 0.3.12, ted@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libindicator, 0.3.11) +AM_INIT_AUTOMAKE(libindicator, 0.3.12) AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES]) |