Update date in version.

This commit is contained in:
Arnold D. Robbins 2020-01-17 14:03:52 +02:00
parent fed1a562c3
commit 3ed74525f6
1 changed files with 1 additions and 1 deletions

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 20200105";
const char *version = "version 20200109";
#define DEBUG
#include <stdio.h>