Bumped up version to 1.5.0

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1250 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2006-09-13 12:10:14 +00:00
parent 07fa6f71a9
commit becc2bda9e
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
AC_INIT(rdesktop, 1.4.1) AC_INIT(rdesktop, 1.5.0)
AC_CONFIG_SRCDIR([rdesktop.c]) AC_CONFIG_SRCDIR([rdesktop.c])

View File

@ -31,7 +31,7 @@
#endif #endif
#include <limits.h> /* PATH_MAX */ #include <limits.h> /* PATH_MAX */
#define VERSION "1.4.1" #define VERSION "1.5.0"
#ifdef WITH_DEBUG #ifdef WITH_DEBUG
#define DEBUG(args) printf args; #define DEBUG(args) printf args;

View File

@ -1,6 +1,6 @@
Summary: Remote Desktop Protocol client Summary: Remote Desktop Protocol client
Name: rdesktop Name: rdesktop
Version: 1.4.1 Version: 1.5.0
Release: 1 Release: 1
Copyright: GPL; see COPYING Copyright: GPL; see COPYING
Group: Applications/Communications Group: Applications/Communications