diff options
author | Ted Gould <ted@gould.cx> | 2011-04-14 14:29:40 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-04-14 14:29:40 -0500 |
commit | d8f7ec7a4d933bf9ca989b8760e6d05c3d50d5ed (patch) | |
tree | 57aea79d68725b349d3efcec800ac3e4bb215c1d /configure.ac | |
parent | 36e1489aa1f123d9e9724f47679249eb9379d25e (diff) | |
parent | b8ece12c8057d848a5b502bf659dddb6fe59fcd9 (diff) | |
download | ayatana-indicator-application-d8f7ec7a4d933bf9ca989b8760e6d05c3d50d5ed.tar.gz ayatana-indicator-application-d8f7ec7a4d933bf9ca989b8760e6d05c3d50d5ed.tar.bz2 ayatana-indicator-application-d8f7ec7a4d933bf9ca989b8760e6d05c3d50d5ed.zip |
New upstream release.
∘ Free app using application_free() instead of just freeing
the memory (LP: #743564)
∘ Protect against cancellation
∘ Make it so that we can cancel GetAll() (LP: #725665)
∘ Make it so that we can cancel Approver requests
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 12bc68b..d29a293 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.3.1, ted@canonical.com) +AC_INIT(indicator-application, 0.3.2, ted@canonical.com) AC_COPYRIGHT([Copyright 2009, 2010 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-application, 0.3.1) +AM_INIT_AUTOMAKE(indicator-application, 0.3.2) AM_MAINTAINER_MODE |