Update version string in main.c.
This commit is contained in:
parent
778d21f73b
commit
f25e845cf7
@ -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>
|
2019-01-25 Arnold D. Robbins <arnold@skeeve.com>
|
||||||
|
|
||||||
* run.c (awkgetline): Check for numeric value in all getline
|
* run.c (awkgetline): Check for numeric value in all getline
|
||||||
|
2
main.c
2
main.c
@ -22,7 +22,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|||||||
THIS SOFTWARE.
|
THIS SOFTWARE.
|
||||||
****************************************************************/
|
****************************************************************/
|
||||||
|
|
||||||
const char *version = "version 20180827";
|
const char *version = "version 20190125";
|
||||||
|
|
||||||
#define DEBUG
|
#define DEBUG
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user