diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-04-09 20:53:31 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-04-09 20:53:31 +0200 |
commit | ec36577978bd7e31c0f52083d5d9d05976edc2db (patch) | |
tree | 4e8150197b697ba1f15cd2a59e69d9d2511bfe69 /configure.ac | |
parent | 0cf6e6003e546c808968c2a1cd909e10be00a12f (diff) | |
parent | 478b7f7a65f1ed01a915d65631c28d82401b7f22 (diff) | |
download | libayatana-indicator-ec36577978bd7e31c0f52083d5d9d05976edc2db.tar.gz libayatana-indicator-ec36577978bd7e31c0f52083d5d9d05976edc2db.tar.bz2 libayatana-indicator-ec36577978bd7e31c0f52083d5d9d05976edc2db.zip |
releasing version 0.3.8-0ubuntu10.3.8-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 136ab6a..8ae0c74 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(libindicator, 0.3.6, ted@canonical.com) +AC_INIT(libindicator, 0.3.8, ted@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libindicator, 0.3.6) +AM_INIT_AUTOMAKE(libindicator, 0.3.8) AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES]) |