diff options
author | Ted Gould <ted@gould.cx> | 2010-06-03 13:22:37 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-03 13:22:37 -0500 |
commit | ec9fa20868dedd44dddd1fa412ae620442959596 (patch) | |
tree | 1070a979fd2e7fbd1fad8861a6286463758b10f9 /configure.ac | |
parent | c2ff294e75eb22c452499d8c405a54b3f31d8fdf (diff) | |
parent | 43138ce788723d7d5877021e2f390b4b43787d5f (diff) | |
download | ayatana-indicator-datetime-ec9fa20868dedd44dddd1fa412ae620442959596.tar.gz ayatana-indicator-datetime-ec9fa20868dedd44dddd1fa412ae620442959596.tar.bz2 ayatana-indicator-datetime-ec9fa20868dedd44dddd1fa412ae620442959596.zip |
* New upstream release.
* Copyright fixes
* Adding translations
* Fix translation domain
* New upstream release.
* Making label guess and reasonable width starting out.
* debian/control: Adding libdbusmenu-gtk as a build dep
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 |