diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-03-18 12:17:04 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-03-18 12:17:04 +0000 |
commit | 87011fc598699215a9268af59b9426176a5038ff (patch) | |
tree | b97d9185d06eb8b8b6b207080dcb383da63a35ac /configure.ac | |
parent | c865edaf8a55627fec5cb85dbb77296e193ad342 (diff) | |
parent | 6e407358a9f48bcf24c6224b35cd2845fdf56004 (diff) | |
download | ayatana-indicator-sound-87011fc598699215a9268af59b9426176a5038ff.tar.gz ayatana-indicator-sound-87011fc598699215a9268af59b9426176a5038ff.tar.bz2 ayatana-indicator-sound-87011fc598699215a9268af59b9426176a5038ff.zip |
Merged Cody's scrolling work and updated version to overcome ppa problem
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 770245a..2a465ba 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.1.3.1, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.2.1, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.1.3.1) +AM_INIT_AUTOMAKE(indicator-sound, 0.2.1) AM_MAINTAINER_MODE |