From fa92f6f3b370e1cc22b2824c7ff97d3c89822595 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Sat, 22 Oct 2005 19:31:13 +0000 Subject: [PATCH] Increment version (and binary interface version). --- configure.ac | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index e549bd2..b68a39e 100644 --- a/configure.ac +++ b/configure.ac @@ -80,8 +80,10 @@ dnl * if any functions/classes have been added, removed or changed, increment dnl CL_CURRENT and set CL_REVISION to 0, dnl * if any functions/classes have been added, increment CL_AGE, dnl * if backwards compatibility has been broken, set CL_AGE to 0. -CL_CURRENT=3 -CL_REVISION=3 +dnl $(CL_CURRENT):$(CL_REVISION):$(CL_AGE) results in +dnl libcln.so.$(CL_CURRENT)-$(CL_AGE) +CL_CURRENT=4 +CL_REVISION=0 CL_AGE=0 dnl make substitutions AC_SUBST(CL_CURRENT) @@ -90,7 +92,7 @@ AC_SUBST(CL_AGE) dnl release version CL_VERSION_MAJOR=1 CL_VERSION_MINOR=1 -CL_VERSION_PATCHLEVEL=9 +CL_VERSION_PATCHLEVEL=10 dnl release version for cln/config.h, so it can be tested by the preprocessor AC_DEFINE_UNQUOTED(CL_VERSION_MAJOR, $CL_VERSION_MAJOR) AC_DEFINE_UNQUOTED(CL_VERSION_MINOR, $CL_VERSION_MINOR)