diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-02-10 14:35:59 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-02-10 14:35:59 +0000 |
commit | c963e37be35b53d6f9da68a92b2bb9f1d42a788d (patch) | |
tree | a802c01f801ecd37bc11e531ae400bc4945062ab /configure.ac | |
parent | c8dc3a51330c1d70eb896f3686e1794028a4e5f7 (diff) | |
download | ayatana-indicator-sound-c963e37be35b53d6f9da68a92b2bb9f1d42a788d.tar.gz ayatana-indicator-sound-c963e37be35b53d6f9da68a92b2bb9f1d42a788d.tar.bz2 ayatana-indicator-sound-c963e37be35b53d6f9da68a92b2bb9f1d42a788d.zip |
prep for 059 release
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 d677e7c..d42f574 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.5.8, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.5.9, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.5.8) +AM_INIT_AUTOMAKE(indicator-sound, 0.5.9) AM_MAINTAINER_MODE |