From: pcg Date: Mon, 2 Feb 2004 19:07:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=504a9658399ad87f206ae71e94ff8ea4f3373d5b;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/Changes b/Changes index f811fe02..cfaef573 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -1.8 +1.8 Mon Feb 2 20:09:18 CET 2004 - almost total conversion to C++. Except for introducing new bugs, this should not change much. - fix and re-enable background pixmap and inherit pixmap support. diff --git a/README.unicode b/README.unicode index 4f7aef34..f7e6f89e 100644 --- a/README.unicode +++ b/README.unicode @@ -1,7 +1,7 @@ Sketchy overview of the details: -- gcc is probably required to compile this release, g++, too, as it has - been re-written in C++. +- gcc-3.x is probably required to compile this release, g++, too, as it + has been re-written in C++. - the options used in the ./reconf script should work. everything else might be broken. diff --git a/src/version.h b/src/version.h index 58e9151c..85130425 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ #define VERSION "1.8" #define VSTRING "10800" -#define DATE "2004-01-30" -#define LSMDATE "30JAN04" +#define DATE "2004-02-02" +#define LSMDATE "02FEB04" #define LIBVERSION "1:8:0"