Release calc version 2.11.0t7.1

This commit is contained in:
Landon Curt Noll
1999-10-14 10:45:35 -07:00
parent 4c0f2691e9
commit 35982c7cc8
6 changed files with 65 additions and 13 deletions

View File

@@ -12,7 +12,7 @@
#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 "7" /* test number or empty string if no patch */
#define MINOR_PATCH "7.1" /* test number or empty string if no patch */
/*
* calc version constants
@@ -80,7 +80,3 @@ version(void)
*/
return stored_version;
}
/* END CODE */