diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-08-18 12:06:49 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-08-18 12:06:49 +0100 |
commit | 6c2b00b21e60c5b667bb3d82639190af58d3c847 (patch) | |
tree | 8c151dd963aeebbbe63e037508767830113e161c | |
parent | 88c0ff52c479c7ec7a70448fe17946ee5ff68d3d (diff) | |
download | ayatana-indicator-sound-6c2b00b21e60c5b667bb3d82639190af58d3c847.tar.gz ayatana-indicator-sound-6c2b00b21e60c5b667bb3d82639190af58d3c847.tar.bz2 ayatana-indicator-sound-6c2b00b21e60c5b667bb3d82639190af58d3c847.zip |
bumped the version number
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index e75f751..0951160 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.3.9, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.4.0, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.3.9) +AM_INIT_AUTOMAKE(indicator-sound, 0.4.0) AM_MAINTAINER_MODE |