diff options
author | Ted Gould <ted@gould.cx> | 2010-06-03 12:37:20 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-03 12:37:20 -0500 |
commit | 0cc5a3404d5e01b41d36b10dfeb51f12d643b1ea (patch) | |
tree | a5f351e88172820eba3d20b9c16d5987eb7a736b /configure.ac | |
parent | 650a34e3aef656b0a5d2d76b5d26c2a027798438 (diff) | |
parent | 2c467063b223e61ad5874f089e448c47b8de3b61 (diff) | |
download | ayatana-indicator-datetime-0cc5a3404d5e01b41d36b10dfeb51f12d643b1ea.tar.gz ayatana-indicator-datetime-0cc5a3404d5e01b41d36b10dfeb51f12d643b1ea.tar.bz2 ayatana-indicator-datetime-0cc5a3404d5e01b41d36b10dfeb51f12d643b1ea.zip |
* New upstream release.
* Copyright fixes
* Adding translations
* Fix translation domain
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 a5696df..c011422 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-datetime, 0.0.2, ted@canonical.com) +AC_INIT(indicator-datetime, 0.0.3, ted@canonical.com) AC_COPYRIGHT([Copyright 2009 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-datetime, 0.0.2) +AM_INIT_AUTOMAKE(indicator-datetime, 0.0.3) AM_MAINTAINER_MODE |