Skip to content

Commit

Permalink
Update version string in main.c.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoldrobbins committed Jan 26, 2019
1 parent 778d21f commit f25e845
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2019-01-26 Arnold D. Robbins <[email protected]>

* main.c (version): Updated.

2019-01-25 Arnold D. Robbins <[email protected]>

* run.c (awkgetline): Check for numeric value in all getline
Expand Down
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f25e845

Please sign in to comment.