diff options
author | Ted Gould <ted@canonical.com> | 2009-04-07 11:43:02 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-07 11:43:02 -0500 |
commit | 7f23e1134f1696700e815433eb65a22c73b8fc66 (patch) | |
tree | f3f108a70cbedb0b2f06fb9f7f7b4c6402294e7a /configure.ac | |
parent | 912a2a1a79b9c5eaa3442a7945d8f9390dd2d522 (diff) | |
download | libayatana-indicator-7f23e1134f1696700e815433eb65a22c73b8fc66.tar.gz libayatana-indicator-7f23e1134f1696700e815433eb65a22c73b8fc66.tar.bz2 libayatana-indicator-7f23e1134f1696700e815433eb65a22c73b8fc66.zip |
I finally understood what seb128 told me about the version numbering.
I feel so stupid for not understanding before :)
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 3f8b19e..b86656d 100644 --- a/configure.ac +++ b/configure.ac @@ -22,8 +22,8 @@ AC_CONFIG_MACRO_DIR([m4]) # Libindicate versioning ########################### -LIBINDICATE_CURRENT=0 -LIBINDICATE_REVISION=1 +LIBINDICATE_CURRENT=1 +LIBINDICATE_REVISION=0 LIBINDICATE_AGE=0 AC_SUBST(LIBINDICATE_CURRENT) |