diff options
author | Ted Gould <ted@gould.cx> | 2010-08-12 14:42:07 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-12 14:42:07 -0500 |
commit | ccf75cad2e171b9cb2683a02fbb7276371cde40e (patch) | |
tree | 848d21daf223a3446bbfb197321faa44f8471edf /configure.ac | |
parent | 13ebc6ddcc71a2594f06f00f36e4ed5ab7414a3b (diff) | |
parent | 94a94652592cab71ec64f75cca04e9b9052d05db (diff) | |
download | libayatana-indicator-ccf75cad2e171b9cb2683a02fbb7276371cde40e.tar.gz libayatana-indicator-ccf75cad2e171b9cb2683a02fbb7276371cde40e.tar.bz2 libayatana-indicator-ccf75cad2e171b9cb2683a02fbb7276371cde40e.zip |
* New upstream release.
* Allowing absolute paths in the image name (LP: #564034)
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 7f17df0..23350c6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(libindicator, 0.3.10, ted@canonical.com) +AC_INIT(libindicator, 0.3.11, ted@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libindicator, 0.3.10) +AM_INIT_AUTOMAKE(libindicator, 0.3.11) AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES]) |