cnping

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

commit e1fe40d98aefbb20be1cbbf62931eaf18346701f
parent 73d178064852e8ed8490b628f09a87e986f283d0
Author: cnlohr <lohr85@gmail.com>
Date:   Fri, 27 Sep 2019 04:19:57 -0400

Push to B3 in git to prevent accidental version confusion

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.0b2" +#define VERSION "1.0b3" #include <stdio.h> #include <stdlib.h>