aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-10-13 09:53:21 -0400
committerBazaar Package Importer <james.westby@ubuntu.com>2011-10-13 09:53:21 -0400
commit76bf30b6725310d06c4a521e4570abdafea0475c (patch)
tree3bbd8b49fbe8aa8494fe37a682901ffaff75005a /configure.ac
parentb833e3a56d5d4887bd478df759780215d91cea01 (diff)
parentbf58931fb653267839b32c980425c3d2183157d2 (diff)
downloadayatana-indicator-sound-76bf30b6725310d06c4a521e4570abdafea0475c.tar.gz
ayatana-indicator-sound-76bf30b6725310d06c4a521e4570abdafea0475c.tar.bz2
ayatana-indicator-sound-76bf30b6725310d06c4a521e4570abdafea0475c.zip
* New upstream release.
- Protect against source indexes that are lower than 0 (LP: #850662)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 38965bf..a93a3bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
-AC_INIT(indicator-sound, 0.7.8.0, conor.curran@canonical.com)
+AC_INIT(indicator-sound, 0.7.9.0, conor.curran@canonical.com)
AC_PREREQ(2.53)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(indicator-sound, 0.7.8.0)
+AM_INIT_AUTOMAKE(indicator-sound, 0.7.9.0)
AM_MAINTAINER_MODE