diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-03-01 21:54:03 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-03-01 21:54:03 +0000 |
commit | 6468402475d7bfced0ee905bdd56977cc2f4b7da (patch) | |
tree | 41defecba1b06a2b94cd666bebd53e3ac1619844 /configure.ac | |
parent | 4cb7db538df7b4e69e49ab047f401b8ba480f224 (diff) | |
download | ayatana-indicator-sound-6468402475d7bfced0ee905bdd56977cc2f4b7da.tar.gz ayatana-indicator-sound-6468402475d7bfced0ee905bdd56977cc2f4b7da.tar.bz2 ayatana-indicator-sound-6468402475d7bfced0ee905bdd56977cc2f4b7da.zip |
new tests for dbus stuff
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 c83df5c..4a2142e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(src/indicator-sound.c) +AC_INIT(indicator-sound, 0.1.2, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.1.1) +AM_INIT_AUTOMAKE(indicator-sound, 0.1.2) AM_MAINTAINER_MODE |