diff options
author | runge <runge> | 2007-04-19 03:46:35 +0000 |
---|---|---|
committer | runge <runge> | 2007-04-19 03:46:35 +0000 |
commit | 2d0b184f8b99b5f60a8c4f94bfc42ebf96dbc9b3 (patch) | |
tree | 183909d81976af318eb9e8122e80409f6c4d8cf0 /x11vnc/x11vnc_defs.c | |
parent | 65f77eb0a298f73fcd76c03f76920923315ea03a (diff) | |
download | libtdevnc-2d0b184f8b99b5f60a8c4f94bfc42ebf96dbc9b3.tar.gz libtdevnc-2d0b184f8b99b5f60a8c4f94bfc42ebf96dbc9b3.zip |
x11vnc: set to next release (0.9.1)
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 98a2719..7b09821 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 lastmod: 2007-04-18"; +char lastmod[] = "0.9.1 lastmod: 2007-04-18"; /* X display info */ |