aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-11 10:36:56 -0600
committerTed Gould <ted@gould.cx>2010-02-11 10:36:56 -0600
commitbbebb7a3907a59a1ef475dc9d5c8e65c1e1595d6 (patch)
tree696dbbeaeb19a90f291c4b5a0fa464cbbf39a591 /configure.ac
parenta94ef5f210aad3624463e8edf40cc2f0499033fa (diff)
parent14abe9ad1ff1b09526b6f0f6410c2783e6dbd501 (diff)
downloadayatana-indicator-application-bbebb7a3907a59a1ef475dc9d5c8e65c1e1595d6.tar.gz
ayatana-indicator-application-bbebb7a3907a59a1ef475dc9d5c8e65c1e1595d6.tar.bz2
ayatana-indicator-application-bbebb7a3907a59a1ef475dc9d5c8e65c1e1595d6.zip
* Upstream release 0.0.13
* Changing the menu property to be a proper DBus object path * Make object paths unique by including application IDs in them
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 152b91b..51ebf3e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
-AC_INIT(indicator-application, 0.0.12, ted@canonical.com)
+AC_INIT(indicator-application, 0.0.13, 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.12)
+AM_INIT_AUTOMAKE(indicator-application, 0.0.13)
AM_MAINTAINER_MODE