Update version string in main.c.

This commit is contained in:
Arnold D. Robbins 2019-01-26 21:55:03 +02:00
parent 778d21f73b
commit f25e845cf7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2019-01-26 Arnold D. Robbins <arnold@skeeve.com>
* main.c (version): Updated.
2019-01-25 Arnold D. Robbins <arnold@skeeve.com>
* run.c (awkgetline): Check for numeric value in all getline

2
main.c
View File

@ -22,7 +22,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
THIS SOFTWARE.
****************************************************************/
const char *version = "version 20180827";
const char *version = "version 20190125";
#define DEBUG
#include <stdio.h>