diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2010-03-13 17:45:19 +0100 |
---|---|---|
committer | Johannes Schindelin <johannes.schindelin@gmx.de> | 2010-03-13 17:45:19 +0100 |
commit | b991c61628bb2eb93071f23784638614734b9526 (patch) | |
tree | edab99e445ec377b7cdca798e60511373c4d1bba /x11vnc/x11vnc_defs.c | |
parent | 19aa466a967aa15f873c49508342a235100056dc (diff) | |
parent | 018aac069a88243279e4172c44fb76eb881818d2 (diff) | |
download | libtdevnc-b991c61628bb2eb93071f23784638614734b9526.tar.gz libtdevnc-b991c61628bb2eb93071f23784638614734b9526.zip |
Merge remote branch 'sf/master'
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 5d459d3..42211e2 100644 --- a/x11vnc/x11vnc_defs.c +++ b/x11vnc/x11vnc_defs.c @@ -47,7 +47,7 @@ int xtrap_base_event_type = 0; int xdamage_base_event_type = 0; /* date +'lastmod: %Y-%m-%d' */ -char lastmod[] = "0.9.10 lastmod: 2010-01-07"; +char lastmod[] = "0.9.10 lastmod: 2010-02-21"; /* X display info */ |