Prepare for version 2.12.6.0

This commit is contained in:
Landon Curt Noll
2017-05-23 02:16:52 -07:00
parent 188fd372ea
commit 4d9511243c
5 changed files with 34 additions and 18 deletions

View File

@@ -44,8 +44,8 @@ static char *program;
#define MAJOR_VER 2 /* major library version */
#define MINOR_VER 12 /* minor library version */
#define MAJOR_PATCH 5 /* major software level under library version */
#define MINOR_PATCH 6 /* minor software level or 0 if not patched */
#define MAJOR_PATCH 6 /* major software level under library version */
#define MINOR_PATCH 0 /* minor software level or 0 if not patched */
/*
@@ -69,7 +69,7 @@ STATIC char *stored_version = NULL; /* version formed if != NULL */
char *Copyright = "\n"
"calc - arbitrary precision calculator\n"
"\n"
"Copyright (C) 1999-2014 David I. Bell, Landon Curt Noll "
"Copyright (C) 1999-2017 David I. Bell, Landon Curt Noll "
"and Ernest Bowen\n"
"\n"
"Initial author: David I. Bell\n"