diff options
author | Ted Gould <ted@gould.cx> | 2011-03-10 23:10:43 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-10 23:10:43 -0600 |
commit | 2fd5f32d9810dd1b7b7506d2fc1999d292cc33b3 (patch) | |
tree | b778847d353eb42bd8cb1c1ee845466b5e971cd0 /configure.ac | |
parent | b4f9e0832d0dc2b5a1f6ffb3ae78ecdbd11ae15d (diff) | |
parent | 444370e95ed0f9e8ecf4c786e35855ff91c642ac (diff) | |
download | ayatana-indicator-datetime-2fd5f32d9810dd1b7b7506d2fc1999d292cc33b3.tar.gz ayatana-indicator-datetime-2fd5f32d9810dd1b7b7506d2fc1999d292cc33b3.tar.bz2 ayatana-indicator-datetime-2fd5f32d9810dd1b7b7506d2fc1999d292cc33b3.zip |
Import upstream version 0.1.97
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 8764120..177c7e2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-datetime, 0.1.96, ted@canonical.com) +AC_INIT(indicator-datetime, 0.1.97, ted@canonical.com) AC_COPYRIGHT([Copyright 2009,2010 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-datetime, 0.1.96) +AM_INIT_AUTOMAKE(indicator-datetime, 0.1.97) AM_MAINTAINER_MODE |