diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-07-15 09:00:15 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-07-15 09:00:15 -0400 |
commit | 2801a022058b7ea507972a4227b5ba4433f06843 (patch) | |
tree | 5cd2eef07f21b5d86ad37b25f86d820672e81367 /configure.ac | |
parent | b414e0f54fb79b8131f13eb30a7d4e3e33c60472 (diff) | |
parent | 8641c27434f27843185299a6c76e70f2e87ff5d9 (diff) | |
download | libayatana-indicator-2801a022058b7ea507972a4227b5ba4433f06843.tar.gz libayatana-indicator-2801a022058b7ea507972a4227b5ba4433f06843.tar.bz2 libayatana-indicator-2801a022058b7ea507972a4227b5ba4433f06843.zip |
* New upstream release.
* Fix signals with NULL entries in the loader
* Adding a comment for setting up debugging options
* Adding annotations for GIR files
* Fixing watchers hashtable to detect when we have none
* Fix testing so no tests are XFAIL anymore
* Adding a replace mode for testing indicator services
* Watching new services when the name switches
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 1188b04..e8a162f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([libindicator], - [0.3.90], + [0.3.91], [http://bugs.launchpad.net/libindicator], [libindicator], [http://launchpad.net/libindicator]) @@ -47,7 +47,7 @@ GIO_UNIX_REQUIRED_VERSION=2.22 AC_ARG_WITH([gtk], [AS_HELP_STRING([--with-gtk], - [Which version of gtk to use @<:@default=2@:>@])], + [Which version of gtk to use @<:@default=3@:>@])], [], [with_gtk=3]) AS_IF([test "x$with_gtk" = x3], |