diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-09-08 19:51:33 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-09-08 19:51:33 +0200 |
commit | d1fd48d0ed8ce30d29c424c9ff12d9b02a744f52 (patch) | |
tree | 7855b6beeae39a8af9f1edc22dbf8b0dc82f0dbf /configure.ac | |
parent | 7e9c9ed5e67bf26226996dda674ac4e4c5b4b272 (diff) | |
parent | 75f6c6bfa400649014ed90d87e57d5bf4b542f31 (diff) | |
download | ayatana-indicator-sound-d1fd48d0ed8ce30d29c424c9ff12d9b02a744f52.tar.gz ayatana-indicator-sound-d1fd48d0ed8ce30d29c424c9ff12d9b02a744f52.tar.bz2 ayatana-indicator-sound-d1fd48d0ed8ce30d29c424c9ff12d9b02a744f52.zip |
releasing version 0.4.3-0ubuntu1
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 e4ef20f..d701784 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.4.2, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.4.3, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.4.2) +AM_INIT_AUTOMAKE(indicator-sound, 0.4.3) AM_MAINTAINER_MODE |