diff options
author | Ted Gould <ted@gould.cx> | 2011-03-03 13:28:53 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-03 13:28:53 -0600 |
commit | 4490e2e731cb092b3d8fffb02cb8440e2cd7ea33 (patch) | |
tree | a9e52b3d16cddbcf127fd96ad4a9ddcd2824b1a9 | |
parent | 4a277c7579196ffde170671c0f144c7ab0cc1ce3 (diff) | |
download | libayatana-appindicator-4490e2e731cb092b3d8fffb02cb8440e2cd7ea33.tar.gz libayatana-appindicator-4490e2e731cb092b3d8fffb02cb8440e2cd7ea33.tar.bz2 libayatana-appindicator-4490e2e731cb092b3d8fffb02cb8440e2cd7ea33.zip |
0.2.970.2.97
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 248c28f..8720bba 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(libappindicator, 0.2.96, ted@canonical.com) +AC_INIT(libappindicator, 0.2.97, ted@canonical.com) AC_COPYRIGHT([Copyright 2009, 2010 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libappindicator, 0.2.96) +AM_INIT_AUTOMAKE(libappindicator, 0.2.97) AM_MAINTAINER_MODE |