diff options
author | runge <runge> | 2004-07-31 14:46:52 +0000 |
---|---|---|
committer | runge <runge> | 2004-07-31 14:46:52 +0000 |
commit | a19a9de3e567b4eafd866706e81858edc58d00ed (patch) | |
tree | 9d6557b8e1d247f1eae7ecb71cb489b6c95fbc2b | |
parent | 33c4ea8e1d2549ac42599fdf7f6b67b91c57fd46 (diff) | |
download | libtdevnc-a19a9de3e567b4eafd866706e81858edc58d00ed.tar.gz libtdevnc-a19a9de3e567b4eafd866706e81858edc58d00ed.zip |
x11vnc: adjust version number and output
-rw-r--r-- | x11vnc/ChangeLog | 1 | ||||
-rw-r--r-- | x11vnc/x11vnc.c | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/x11vnc/ChangeLog b/x11vnc/ChangeLog index a169c20..5f7d035 100644 --- a/x11vnc/ChangeLog +++ b/x11vnc/ChangeLog @@ -2,6 +2,7 @@ * -cursorpos now the default; make cursorpos work when scaling * fix bug with multiple adds of the same keysym for -add_keysyms * rewhack -help output again + * adjust version number and output. 2004-07-28 Karl Runge <runge@karlrunge.com> * -add_keysyms dynamically add missing keysyms to X server 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 <X11/extensions/Xinerama.h> #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); } |