Release calc version 2.12.4.2

This commit is contained in:
Landon Curt Noll
2010-09-01 23:40:12 -07:00
parent a407c7d197
commit e229393250
26 changed files with 1253 additions and 208 deletions

View File

@@ -19,8 +19,8 @@
* 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.9 $
* @(#) $Id: version.c,v 30.9 2008/05/10 10:53:34 chongo Exp $
* @(#) $Revision: 30.12 $
* @(#) $Id: version.c,v 30.12 2010/09/02 06:36:48 chongo Exp $
* @(#) $Source: /usr/local/src/cmd/calc/RCS/version.c,v $
*
* Under source code control: 1990/05/22 11:00:58
@@ -48,8 +48,8 @@ static char *program;
#define MAJOR_VER 2 /* major library version */
#define MINOR_VER 12 /* minor library version */
#define MAJOR_PATCH 3 /* major software level under library version */
#define MINOR_PATCH 3 /* minor software level or 0 if not patched */
#define MAJOR_PATCH 4 /* major software level under library version */
#define MINOR_PATCH 2 /* minor software level or 0 if not patched */
/*