commit 82fadd130e987fa4369a29bd36d5953606e88e17
parent 8f62f543d685d60f42a8955bc03d053cde23a96c
Author: cnlohr <lohr85@gmail.com>
Date: Fri, 27 Sep 2019 01:54:52 -0400
Correct version number to a meaningful number.
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/cnping.c b/cnping.c
@@ -1,6 +1,6 @@
//Copyright (c) 2011-2019 <>< Charles Lohr - Under the MIT/x11 or NewBSD License you choose.
-#define VERSION "1.0-pre"
+#define VERSION "1.0b1"
#include <stdio.h>
#include <stdlib.h>
diff --git a/cnping.exe b/cnping.exe
Binary files differ.