Release calc version 2.11.0t9.4.1

This commit is contained in:
Landon Curt Noll
1999-11-06 15:00:08 -08:00
parent afb0e5c32a
commit 7cb0a77c25
65 changed files with 171 additions and 82 deletions

View File

@@ -7,12 +7,18 @@
*/
#include <stdio.h>
#include "calc.h"
#if defined(CALC_VER)
#include <stdlib.h>
#include <unistd.h>
static char *program;
#else
# include "calc.h"
#endif
#define MAJOR_VER 2 /* major version */
#define MINOR_VER 11 /* minor version */
#define MAJOR_PATCH 0 /* patch level or 0 if no patch */
#define MINOR_PATCH "9.4" /* test number or empty string if no patch */
#define MINOR_PATCH "9.4.1" /* test number or empty string if no patch */
/*
* calc version constants
@@ -84,8 +90,6 @@ version(void)
#if defined(CALC_VER)
char *program; /* our name */
/*
* version - print the calc version
*/