diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-05-19 14:52:24 +0200 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-05-19 14:52:24 +0200 |
commit | 7a66e3144234408fad971e25f8164eab085fa21f (patch) | |
tree | c1437ee1b6b9cc77f57cb004215e2d15af107641 | |
parent | e499cede95e1eab865286b450b0d927457467749 (diff) | |
download | ayatana-indicator-sound-7a66e3144234408fad971e25f8164eab085fa21f.tar.gz ayatana-indicator-sound-7a66e3144234408fad971e25f8164eab085fa21f.tar.bz2 ayatana-indicator-sound-7a66e3144234408fad971e25f8164eab085fa21f.zip |
bumped version for 070 release
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b628136..22f04c5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.6.6.1, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.7.0, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.6.6.1) +AM_INIT_AUTOMAKE(indicator-sound, 0.7.0) AM_MAINTAINER_MODE |