diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-10-07 14:35:50 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-10-07 14:35:50 +0100 |
commit | 98068e94b4d00c1b5c734797e404ee1bc54a238c (patch) | |
tree | bdd957a0bb772b1c035bf07b12c80acb413b3e32 | |
parent | 6dbff525c98d2871da60432dd4bb6b8d9eff26bd (diff) | |
download | ayatana-indicator-sound-98068e94b4d00c1b5c734797e404ee1bc54a238c.tar.gz ayatana-indicator-sound-98068e94b4d00c1b5c734797e404ee1bc54a238c.tar.bz2 ayatana-indicator-sound-98068e94b4d00c1b5c734797e404ee1bc54a238c.zip |
bumped the version in prep for release
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 19000bf..7f25bb3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.4.7, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.4.8, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.4.7) +AM_INIT_AUTOMAKE(indicator-sound, 0.4.8) AM_MAINTAINER_MODE |