aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2010-03-18 15:19:33 -0400
committerKen VanDine <ken.vandine@canonical.com>2010-03-18 15:19:33 -0400
commit5581a39916752fef3c374fb2a79c3920d7590a6a (patch)
treee3e8ea4cac8a2f7531834f49f000db7b4cfc7a88 /configure.ac
parentddee75aad38e1608998a4c7a5d9b10733d1d227a (diff)
parent543f7fca61ce2a47403872d156f783ae314cc334 (diff)
downloadayatana-indicator-application-5581a39916752fef3c374fb2a79c3920d7590a6a.tar.gz
ayatana-indicator-application-5581a39916752fef3c374fb2a79c3920d7590a6a.tar.bz2
ayatana-indicator-application-5581a39916752fef3c374fb2a79c3920d7590a6a.zip
* Upstream Release 0.0.17
* Support GTK's show menu items property (LP: #528527) * Fix status and category nicks in Python bindings (LP: #539858) * Switch domains to org.kde instead of org.freedesktop as spec was never officially approved by that body.
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 f260512..8f099ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
-AC_INIT(indicator-application, 0.0.16, ted@canonical.com)
+AC_INIT(indicator-application, 0.0.17, ted@canonical.com)
AC_COPYRIGHT([Copyright 2009, 2010 Canonical])
AC_PREREQ(2.53)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(indicator-application, 0.0.16)
+AM_INIT_AUTOMAKE(indicator-application, 0.0.17)
AM_MAINTAINER_MODE