From a640488a8c6353cf3d9b729b92d78f698043db53 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Mon, 26 Jul 2021 16:56:00 -0300 Subject: add new versioning scheme --- float2rat.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'float2rat.h') diff --git a/float2rat.h b/float2rat.h index 4266c60..cf60794 100644 --- a/float2rat.h +++ b/float2rat.h @@ -1,4 +1,5 @@ -#define DOCSTRING "\n\ +#define DOCSTRING "inetools 0.10\ +\n\ Converts floating point coefficent $f$ to rational by the\n\ simple expedient of outputing 10^k*f/10^k for appropriate\n\ $k$. Does no reduction of numbers. In particular this may cause overflow in\n\ -- cgit v1.2.3