Release calc version 2.12.4.10

This commit is contained in:
Landon Curt Noll
2013-08-11 02:13:25 -07:00
parent 7f125396c1
commit 17e3535595
70 changed files with 6874 additions and 628 deletions

View File

@@ -19,9 +19,9 @@
* received a copy with calc; if not, write to Free Software Foundation, Inc.
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* @(#) $Revision: 30.18 $
* @(#) $Id: version.c,v 30.18 2013/08/11 01:14:26 chongo Exp $
* @(#) $Source: /usr/local/src/cmd/calc/RCS/version.c,v $
* @(#) $Revision: 30.19 $
* @(#) $Id: version.c,v 30.19 2013/08/11 08:41:38 chongo Exp $
* @(#) $Source: /usr/local/src/bin/calc/RCS/version.c,v $
*
* Under source code control: 1990/05/22 11:00:58
* File existed as early as: 1990
@@ -49,7 +49,7 @@ static char *program;
#define MAJOR_VER 2 /* major library version */
#define MINOR_VER 12 /* minor library version */
#define MAJOR_PATCH 4 /* major software level under library version */
#define MINOR_PATCH 9 /* minor software level or 0 if not patched */
#define MINOR_PATCH 10 /* minor software level or 0 if not patched */
/*