diff options
author | runge <runge> | 2006-04-26 15:37:43 +0000 |
---|---|---|
committer | runge <runge> | 2006-04-26 15:37:43 +0000 |
commit | 3c80351a1c131914dea7188fbd51d2af4606f527 (patch) | |
tree | 1bfbedf1d54b18ff6e2d1fe841677a26d417cdbd /x11vnc/x11vnc_defs.c | |
parent | 6a6ccc8c588498cc645a407fbbd7421e432b3803 (diff) | |
download | libtdevnc-3c80351a1c131914dea7188fbd51d2af4606f527.tar.gz libtdevnc-3c80351a1c131914dea7188fbd51d2af4606f527.zip |
Make VPATH building work with -I $(top_srcdir) for rfb/rfb.h
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 829395e..2448689 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.1 lastmod: 2006-04-16"; +char lastmod[] = "0.8.1 lastmod: 2006-04-25"; /* X display info */ |