From a19a9de3e567b4eafd866706e81858edc58d00ed Mon Sep 17 00:00:00 2001 From: runge Date: Sat, 31 Jul 2004 14:46:52 +0000 Subject: x11vnc: adjust version number and output --- x11vnc/x11vnc.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'x11vnc/x11vnc.c') diff --git a/x11vnc/x11vnc.c b/x11vnc/x11vnc.c index c85a1ab..3f72bfc 100644 --- a/x11vnc/x11vnc.c +++ b/x11vnc/x11vnc.c @@ -155,8 +155,8 @@ #include #endif -/* date +'"lastmod: %Y-%m-%d";' */ -char lastmod[] = "lastmod: 2004-07-31"; +/* date +'lastmod: %Y-%m-%d' */ +char lastmod[] = "0.6.2 lastmod: 2004-07-31"; /* X display info */ Display *dpy = 0; @@ -7768,7 +7768,7 @@ static void watch_loop(void) { static void print_help(void) { char help[] = "\n" -"x11vnc: allow VNC connections to real X11 displays. %s\n" +"x11vnc: allow VNC connections to real X11 displays. %s\n" "\n" "Typical usage is:\n" "\n" @@ -8966,7 +8966,7 @@ int main(int argc, char* argv[]) { fprintf(stderr, "gaps_fill: %d\n", gaps_fill); fprintf(stderr, "grow_fill: %d\n", grow_fill); fprintf(stderr, "tile_fuzz: %d\n", tile_fuzz); - fprintf(stderr, "%s\n", lastmod); + fprintf(stderr, "version: %s\n", lastmod); } else { rfbLogEnable(0); } -- cgit v1.2.1