--- sourceforge.net/trunk/rdesktop/rdesktop.h 2002/09/26 14:17:41 206 +++ sourceforge.net/trunk/rdesktop/rdesktop.h 2002/09/26 14:26:46 207 @@ -1,7 +1,7 @@ /* rdesktop: A Remote Desktop Protocol client. Master include file - Copyright (C) Matthew Chapman 1999-2000 + Copyright (C) Matthew Chapman 1999-2002 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -22,7 +22,7 @@ #include #include -#define VERSION "1.1.0" +#define VERSION "1.2-cvs" #ifdef WITH_DEBUG #define DEBUG(args) printf args;