cnping

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

commit a98be46f123fc0503a32367ed6a0c7668659612c
parent 04cf87af05ef4ca586519d647c53861ac202df0a
Author: David Auer <dreua@posteo.de>
Date:   Fri,  4 Oct 2019 20:03:04 +0200

Bump version to 1.0.0

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