diff options
author | Ted Gould <ted@canonical.com> | 2009-04-03 12:45:38 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-03 12:45:38 -0500 |
commit | 4f5d2b529e6c889a8231730a9595893ab798f929 (patch) | |
tree | 4e2064bfc3bee4fa351947b5161679c81d2f5d7f | |
parent | d93da3d5d79786e5402a8d70a30468e95e82d55b (diff) | |
download | libayatana-indicator-4f5d2b529e6c889a8231730a9595893ab798f929.tar.gz libayatana-indicator-4f5d2b529e6c889a8231730a9595893ab798f929.tar.bz2 libayatana-indicator-4f5d2b529e6c889a8231730a9595893ab798f929.zip |
Trying to get to a sane state. I apparently don't know as much
about library versioning as I thought I did.
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 119bd1b..3f8b19e 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT(src/applet-main.c) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-applet, 0.2.0) +AM_INIT_AUTOMAKE(indicator-applet, 0.1.5) AM_MAINTAINER_MODE @@ -23,7 +23,7 @@ AC_CONFIG_MACRO_DIR([m4]) ########################### LIBINDICATE_CURRENT=0 -LIBINDICATE_REVISION=2 +LIBINDICATE_REVISION=1 LIBINDICATE_AGE=0 AC_SUBST(LIBINDICATE_CURRENT) |