diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-03-04 13:38:16 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-03-04 13:38:16 -0500 |
commit | f2b815cf615ba4532a7e04254ddb4acd1bbb75ff (patch) | |
tree | eda29e8b8c389b0c06148337f56d58b65da97591 /configure.ac | |
parent | 4eea1b645a81b5fa99963b3d9c8353a545b68232 (diff) | |
parent | 73772e6ea7f0ca55bd3df65a031ddb48fba66104 (diff) | |
download | ayatana-indicator-sound-f2b815cf615ba4532a7e04254ddb4acd1bbb75ff.tar.gz ayatana-indicator-sound-f2b815cf615ba4532a7e04254ddb4acd1bbb75ff.tar.bz2 ayatana-indicator-sound-f2b815cf615ba4532a7e04254ddb4acd1bbb75ff.zip |
releasing version 0.6.2-0ubuntu1
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 |