Release calc version 2.11.9.3

This commit is contained in:
Landon Curt Noll
2004-02-23 05:11:02 -08:00
parent 8c5e9e62fa
commit 42b089a87c
2 changed files with 6 additions and 7 deletions

View File

@@ -17,8 +17,8 @@
* received a copy with calc; if not, write to Free Software Foundation, Inc. * received a copy with calc; if not, write to Free Software Foundation, Inc.
* 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
* *
* @(#) $Revision: 29.3 $ * @(#) $Revision: 29.4 $
* @(#) $Id: pi.cal,v 29.3 2004/02/23 06:06:38 chongo Exp $ * @(#) $Id: pi.cal,v 29.4 2004/02/23 13:06:31 chongo Exp $
* @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/pi.cal,v $ * @(#) $Source: /usr/local/src/cmd/calc/cal/RCS/pi.cal,v $
* *
* Under source code control: 1991/05/22 21:56:37 * Under source code control: 1991/05/22 21:56:37
@@ -104,8 +104,7 @@ define piforever()
* Next approximation * Next approximation
*/ */
p = k * k; p = k * k;
q = k << 1; q = k + ++k;
++k;
a2 = a; a2 = a;
b2 = b; b2 = b;

View File

@@ -19,8 +19,8 @@
* received a copy with calc; if not, write to Free Software Foundation, Inc. * received a copy with calc; if not, write to Free Software Foundation, Inc.
* 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
* *
* @(#) $Revision: 29.51 $ * @(#) $Revision: 29.52 $
* @(#) $Id: version.c,v 29.51 2004/02/23 10:57:28 chongo Exp $ * @(#) $Id: version.c,v 29.52 2004/02/23 13:08:58 chongo Exp $
* @(#) $Source: /usr/local/src/cmd/calc/RCS/version.c,v $ * @(#) $Source: /usr/local/src/cmd/calc/RCS/version.c,v $
* *
* Under source code control: 1990/05/22 11:00:58 * Under source code control: 1990/05/22 11:00:58
@@ -48,7 +48,7 @@ static char *program;
#define MAJOR_VER 2 /* major version */ #define MAJOR_VER 2 /* major version */
#define MINOR_VER 11 /* minor version */ #define MINOR_VER 11 /* minor version */
#define MAJOR_PATCH 9 /* patch level or 0 if no patch */ #define MAJOR_PATCH 9 /* patch level or 0 if no patch */
#define MINOR_PATCH 2 /* test number or 0 if no minor patch */ #define MINOR_PATCH 3 /* test number or 0 if no minor patch */
/* /*