From cd1ae2dd174dd025266e427eb602fd6e7220208a Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Mon, 28 May 2001 20:24:19 +0000 Subject: [PATCH] * configure.in: Fixed typos in versioning docu. --- configure.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index 7c5de02..2af8fc7 100644 --- a/configure.in +++ b/configure.in @@ -73,11 +73,11 @@ AM_PROG_LIBTOOL dnl Libtool's library version information for CLN. dnl (Not to be confused with CLN's release version.) dnl Making new releases: -dnl * increment CLN_REVISION, +dnl * increment CL_REVISION, dnl * if any functions/classes have been added, removed or changed, increment -dnl CLN_CURRENT and set CLN_REVISION to 0, -dnl * if any functions/classes have been added, increment CLN_AGE, -dnl * if backwards compatibility has been broken, set CLN_AGE to 0. +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=1 CL_REVISION=1 CL_AGE=1