Bump version number.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@524 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Matt Chapman 2003-10-29 06:31:30 +00:00
parent 23b0faba94
commit d9d8a266b0

View File

@ -22,7 +22,7 @@
#include <stdio.h>
#include <string.h>
#define VERSION "1.2.0"
#define VERSION "1.3.0"
#ifdef WITH_DEBUG
#define DEBUG(args) printf args;