|
|
@ -75,9 +75,9 @@ 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. |
|
|
|
CLN_CURRENT=1 |
|
|
|
CLN_REVISION=0 |
|
|
|
CLN_AGE=1 |
|
|
|
CLN_CURRENT=0 |
|
|
|
CLN_REVISION=1 |
|
|
|
CLN_AGE=0 |
|
|
|
AC_SUBST(CLN_CURRENT) |
|
|
|
AC_SUBST(CLN_REVISION) |
|
|
|
AC_SUBST(CLN_AGE) |
|
|
|