diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-03-04 13:07:39 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-03-04 13:07:39 -0500 |
commit | 73772e6ea7f0ca55bd3df65a031ddb48fba66104 (patch) | |
tree | ebaa28ae0383e776de40d2db06f01b727c1ee68c /configure.ac | |
parent | d3690d4cb191711ae77abb3b599d1a02b7fcd1df (diff) | |
parent | bcf0cc17469edbb8b882884bdd6ae2155a809d01 (diff) | |
download | ayatana-indicator-sound-73772e6ea7f0ca55bd3df65a031ddb48fba66104.tar.gz ayatana-indicator-sound-73772e6ea7f0ca55bd3df65a031ddb48fba66104.tar.bz2 ayatana-indicator-sound-73772e6ea7f0ca55bd3df65a031ddb48fba66104.zip |
Import upstream version 0.6.2
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 064a581..4446e2b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.6.1, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.6.2, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.6.1) +AM_INIT_AUTOMAKE(indicator-sound, 0.6.2) AM_MAINTAINER_MODE @@ -25,7 +25,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) ########################### # Dependencies -########################### +########################### GTK_REQUIRED_VERSION=2.12 INDICATOR_REQUIRED_VERSION=0.3.19 |