diff options
| author | runge <runge> | 2007-08-16 00:21:11 +0000 |
|---|---|---|
| committer | runge <runge> | 2007-08-16 00:21:11 +0000 |
| commit | f31f7159b585690a4fed69e80c1559bb0556a6fc (patch) | |
| tree | f54e707d141b15dd3095a1c2cb5a5eaf3ba9ca58 /x11vnc/x11vnc_defs.c | |
| parent | eb2eeed97e47f6b996c6a7bf9830b0083a66a96f (diff) | |
| download | libtdevnc-f31f7159b585690a4fed69e80c1559bb0556a6fc.tar.gz libtdevnc-f31f7159b585690a4fed69e80c1559bb0556a6fc.zip | |
x11vnc: add reverse -connect support to -display WAIT:, fix SSL Fetch cert only for -display WAIT:
Diffstat (limited to 'x11vnc/x11vnc_defs.c')
| -rw-r--r-- | x11vnc/x11vnc_defs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/x11vnc_defs.c b/x11vnc/x11vnc_defs.c index 1bb08e3..e4fd94a 100644 --- a/x11vnc/x11vnc_defs.c +++ b/x11vnc/x11vnc_defs.c @@ -15,7 +15,7 @@ int xtrap_base_event_type = 0; int xdamage_base_event_type = 0; /* date +'lastmod: %Y-%m-%d' */ -char lastmod[] = "0.9.3 lastmod: 2007-08-03"; +char lastmod[] = "0.9.3 lastmod: 2007-08-15"; /* X display info */ |
