cnping

Minimal Graphical Ping Tool
git clone https://git.sinitax.com/cnlohr/cnping
Log | Files | Refs | Submodules | README | LICENSE | sfeed.txt

commit 44752707139c8a3ee27684a0a1c439cd18cf7737
parent 19866da57aa9573995aeee980bd3cee70f10d911
Author: cnlohr <lohr85@gmail.com>
Date:   Fri, 27 Sep 2019 02:00:03 -0400

Change version number past release.

Diffstat:
Mcnping.c | 2+-
1 file 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.0b1" +#define VERSION "1.0b2" #include <stdio.h> #include <stdlib.h>