From ee350f46ec0e4ee6ed25003197e2bd72646f9114 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 29 Jul 2004 22:46:41 +0000 Subject: [PATCH] *** empty log message *** --- doc/rxvt.1 | 4 ++-- doc/rxvt.tbl | 4 ++-- doc/yodl/versioninfo.yo | 4 ++-- src/version.h | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/rxvt.1 b/doc/rxvt.1 index cbcba072..fd43fc8f 100644 --- a/doc/rxvt.1 +++ b/doc/rxvt.1 @@ -11,7 +11,7 @@ rxvt-unicode (ouR XVT, unicode) \- a VT102 emulator for the X window system .PP .SH "DESCRIPTION" .PP -\fBrxvt-unicode\fP, version \fB3\&.2\fP, is a colour vt102 terminal emulator +\fBrxvt-unicode\fP, version \fB3\&.3\fP, is a colour vt102 terminal emulator intended as an \fIxterm\fP(1) replacement for users who do not require features such as Tektronix 4014 emulation and toolkit-style configurability\&. As a result, \fBrxvt-unicode\fP uses much less swap space -- a significant @@ -1079,7 +1079,7 @@ Click-and-drag doesn\&'t work with X11 mouse report overriding\&. .PP .SH "FTP LOCATION" .PP -rxvt-3\&.2\&.tar\&.gz can be found at the following ftp sites +rxvt-3\&.3\&.tar\&.gz can be found at the following ftp sites ftp://ftp\&.rxvt\&.org/pub/rxvt .PP .SH "CURRENT PROJECT COORDINATOR" diff --git a/doc/rxvt.tbl b/doc/rxvt.tbl index b68575cd..49661a23 100644 --- a/doc/rxvt.tbl +++ b/doc/rxvt.tbl @@ -8,7 +8,7 @@ rxvt-unicode (ouR XVT, unicode) \- a VT102 emulator for the X window system .PP .SH "DESCRIPTION" .PP -\fBrxvt-unicode\fP, version \fB3\&.2\fP, is a colour vt102 terminal emulator +\fBrxvt-unicode\fP, version \fB3\&.3\fP, is a colour vt102 terminal emulator intended as an \fIxterm\fP(1) replacement for users who do not require features such as Tektronix 4014 emulation and toolkit-style configurability\&. As a result, \fBrxvt-unicode\fP uses much less swap space -- a significant @@ -629,7 +629,7 @@ Click-and-drag doesn\&'t work with X11 mouse report overriding\&. .PP .SH "FTP LOCATION" .PP -rxvt-3\&.2\&.tar\&.gz can be found at the following ftp sites +rxvt-3\&.3\&.tar\&.gz can be found at the following ftp sites ftp://ftp\&.rxvt\&.org/pub/rxvt .PP .SH "CURRENT PROJECT COORDINATOR" diff --git a/doc/yodl/versioninfo.yo b/doc/yodl/versioninfo.yo index 5b767041..cc8bb5ac 100644 --- a/doc/yodl/versioninfo.yo +++ b/doc/yodl/versioninfo.yo @@ -1,10 +1,10 @@ -COMMENT(-- $Id: versioninfo.yo,v 1.18 2004-07-26 18:01:18 root Exp $ --) +COMMENT(-- $Id: versioninfo.yo,v 1.19 2004-07-29 22:46:41 root Exp $ --) DEFINEMACRO(RXVTNAME)(0) (rxvt) DEFINEMACRO(RXVTDATE)(0) (2004-07-26) DEFINEMACRO(RXVTVERSION)(0) - (3.2) + (3.3) DEFINEMACRO(RXVTMAINT)(0) (Marc A. Lehmann) DEFINEMACRO(RXVTMAINTEMAIL)(0) diff --git a/src/version.h b/src/version.h index b10de852..76064951 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ -#define VERSION "3.2" -#define VSTRING "30200" +#define VERSION "3.3" +#define VSTRING "30300" #define DATE "2004-07-26" #define LSMDATE "26JUL04" -#define LIBVERSION "3:2:0" +#define LIBVERSION "3:3:0" -- 2.34.1