Release calc version 2.12.4.6

This commit is contained in:
Landon Curt Noll
2013-05-05 03:02:55 -07:00
parent 0c20c96a7e
commit 5bada5fefd
547 changed files with 743 additions and 651 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.14 $
* @(#) $Id: version.c,v 30.14 2011/05/23 23:02:40 chongo Exp $
* @(#) $Source: /usr/local/src/cmd/calc/RCS/version.c,v $
* @(#) $Revision: 30.15 $
* @(#) $Id: version.c,v 30.15 2013/03/25 21:30:44 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 4 /* minor software level or 0 if not patched */
#define MINOR_PATCH 6 /* minor software level or 0 if not patched */
/*