aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-03-31 14:30:50 -0500
committerTed Gould <ted@gould.cx>2011-03-31 14:30:50 -0500
commitb455c2a2ecf0b8d9b012e194788237450db2aa77 (patch)
tree59a6874b0cb262ecbafa2561d1215d40dc1a6f09 /configure.ac
parent73d5ba3818692cd324d17cd075d21fe72f1490da (diff)
parenta38d01ace21692b8fa0157acc3b9d48b2acbcda3 (diff)
downloadayatana-indicator-datetime-b455c2a2ecf0b8d9b012e194788237450db2aa77.tar.gz
ayatana-indicator-datetime-b455c2a2ecf0b8d9b012e194788237450db2aa77.tar.bz2
ayatana-indicator-datetime-b455c2a2ecf0b8d9b012e194788237450db2aa77.zip
* New upstream release.
* Add tooltips on the error icons * Fix marking to refresh as the calendar changes * Recycle old entries to make the refresh cleaner * Use day when timezone is set to 'locale' * Reset time when coming back from suspend (LP: #726053)
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 ef49e53..d1de2be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
-AC_INIT(indicator-datetime, 0.2.0, ted@canonical.com)
+AC_INIT(indicator-datetime, 0.2.1, ted@canonical.com)
AC_COPYRIGHT([Copyright 2009,2010 Canonical])
AC_PREREQ(2.53)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(indicator-datetime, 0.2.0)
+AM_INIT_AUTOMAKE(indicator-datetime, 0.2.1)
AM_MAINTAINER_MODE