diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-03-11 17:23:13 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-03-11 17:23:13 +0000 |
commit | b4dfb37242eb867798f778a80d5ece48a568630b (patch) | |
tree | 5c02f8b9a80eb444569ac783d47fb9dc29f40534 /configure.ac | |
parent | 633b514efeaf1c4086e1b2e5fbef185b199517c8 (diff) | |
parent | 0391c21a9205ecf2a182a217d74e3f4d3177f81e (diff) | |
download | ayatana-indicator-sound-b4dfb37242eb867798f778a80d5ece48a568630b.tar.gz ayatana-indicator-sound-b4dfb37242eb867798f778a80d5ece48a568630b.tar.bz2 ayatana-indicator-sound-b4dfb37242eb867798f778a80d5ece48a568630b.zip |
merged weeks work plus incremented version in prep for 0.1.3 release
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 4a2142e..080303c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.1.2, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.1.3, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.1.2) +AM_INIT_AUTOMAKE(indicator-sound, 0.1.3) AM_MAINTAINER_MODE |