diff options
author | runge <runge> | 2006-07-12 12:49:45 +0000 |
---|---|---|
committer | runge <runge> | 2006-07-12 12:49:45 +0000 |
commit | fe0f411ef207d6ac7c6d859faa00319ff6d0c5e9 (patch) | |
tree | a49e681a0fd3068a03d2e8b74db47f591098a71d /x11vnc/x11vnc_defs.c | |
parent | d7d55ec8adb20473943d0a26b949534e003c723b (diff) | |
download | libtdevnc-fe0f411ef207d6ac7c6d859faa00319ff6d0c5e9.tar.gz libtdevnc-fe0f411ef207d6ac7c6d859faa00319ff6d0c5e9.zip |
set REL8x
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 1778252..9fb3249 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.8.2 lastmod: 2006-07-11"; +char lastmod[] = "0.8.2 lastmod: 2006-07-12"; /* X display info */ |