diff options
author | Ted Gould <ted@gould.cx> | 2011-04-14 14:49:59 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-04-14 14:49:59 -0500 |
commit | 653faaea32c30fe0352c430b97136c4873819c11 (patch) | |
tree | 1a91f4e4b1cdf8a36ae20dbb847ad29a3650546e /configure.ac | |
parent | 980177afd2ec65ad0e098be0b76c43f569e28311 (diff) | |
parent | c187878ad6dd3a5f1406de00880580479601476c (diff) | |
download | ayatana-indicator-datetime-653faaea32c30fe0352c430b97136c4873819c11.tar.gz ayatana-indicator-datetime-653faaea32c30fe0352c430b97136c4873819c11.tar.bz2 ayatana-indicator-datetime-653faaea32c30fe0352c430b97136c4873819c11.zip |
New upstream release.
∘ Use GTK directly for detecting when the menu appears and disappears
∘ Handle items being removed from the locations list by choosing
∘ Check for resume in the service and update the label as well
(LP: #759854)
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 6c62342..1504c6a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-datetime, 0.2.2, ted@canonical.com) +AC_INIT(indicator-datetime, 0.2.3, 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.2) +AM_INIT_AUTOMAKE(indicator-datetime, 0.2.3) AM_MAINTAINER_MODE |