aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-07-15 10:02:16 -0500
committerTed Gould <ted@gould.cx>2010-07-15 10:02:16 -0500
commitae07d5739c05720238fdc42a79036ce14d458cd3 (patch)
treeb42eeb972b29cac0c47e29fdbdb937337559d624 /configure.ac
parent6c7db767475c20001d45dad1f0c670ef869c7af4 (diff)
parent081637af461f33c8ec1cd163f6fbc7a6c3efb63a (diff)
downloadlibayatana-indicator-ae07d5739c05720238fdc42a79036ce14d458cd3.tar.gz
libayatana-indicator-ae07d5739c05720238fdc42a79036ce14d458cd3.tar.bz2
libayatana-indicator-ae07d5739c05720238fdc42a79036ce14d458cd3.zip
* New upstream release.
* Fixing unwatching crash (LP: #603489) * Adding configurable timeout for slow test systems * Merged in fix for (LP: #603489)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 2622d73..7f17df0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
-AC_INIT(libindicator, 0.3.9, ted@canonical.com)
+AC_INIT(libindicator, 0.3.10, ted@canonical.com)
AC_PREREQ(2.53)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libindicator, 0.3.9)
+AM_INIT_AUTOMAKE(libindicator, 0.3.10)
AM_MAINTAINER_MODE
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES])