From 7f23e1134f1696700e815433eb65a22c73b8fc66 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 7 Apr 2009 11:43:02 -0500 Subject: I finally understood what seb128 told me about the version numbering. I feel so stupid for not understanding before :) --- configure.ac | 4 ++-- 1 file 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) -- cgit v1.2.3