From: pcg Date: Thu, 29 Jan 2004 23:38:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=fd1bb73559363ee332eae05b255db20896d81a27;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/Changes b/Changes index 8c5ed7c6..0a7895e5 100644 --- a/Changes +++ b/Changes @@ -5,7 +5,8 @@ - blinking text. - normal text color + bold gets white text instead of normal text when colorBD is not set. - - support double-byte characters (by blocking). + (- support double-byte characters (by blocking).) + was not implemented 1.5 Thu Jan 29 00:43:48 CET 2004 - share io manager between rxvt-unicode and vpe diff --git a/src/version.h b/src/version.h index 9f212203..3f88c13d 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ -#define VERSION "1.6" -#define VSTRING "10600" +#define VERSION "1.7" +#define VSTRING "10700" #define DATE "2004-01-30" #define LSMDATE "30JAN04" -#define LIBVERSION "1:6:0" +#define LIBVERSION "1:7:0"