From 5fe7ee5b672e3198e21c4815c2b29092dce4e3c7 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Fri, 15 Nov 2019 18:04:01 -0700 Subject: [PATCH] Change CDE version info for 2.3.1 release --- cde/Makefile | 2 +- cde/copyright | 4 ++-- cde/doc/common/help/HELPEnt.sgm | 4 ++-- cde/lib/DtSvc/DtUtil1/Dt.h | 4 ++-- cde/lib/tt/bin/ttauth/ttauth.man | 2 +- cde/lib/tt/tooltalk.tmpl | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cde/Makefile b/cde/Makefile index e04387a1..875be9cc 100644 --- a/cde/Makefile +++ b/cde/Makefile @@ -1,5 +1,5 @@ # $TOG: Makefile /main/15 1999/10/12 09:33:30 mgreess $ - RELEASE = Release 2.3.0a + RELEASE = Release 2.3.1 PRODUCT = CDE SHELL = /bin/sh RM = rm -f diff --git a/cde/copyright b/cde/copyright index 3dd32313..d43fe5ca 100644 --- a/cde/copyright +++ b/cde/copyright @@ -1,10 +1,10 @@ - Common Desktop Environment Version 2.3.0a (devel) + Common Desktop Environment Version 2.3.1 (c) Copyright 1993-2012 The Open Group -(c) Copyright 2012-2018 CDE Project contributors, see CONTRIBUTORS for details +(c) Copyright 2012-2020 CDE Project contributors, see CONTRIBUTORS for details Project Website: http://cdesktopenv.sourceforge.net/ diff --git a/cde/doc/common/help/HELPEnt.sgm b/cde/doc/common/help/HELPEnt.sgm index a4a38af1..ecf10dc1 100644 --- a/cde/doc/common/help/HELPEnt.sgm +++ b/cde/doc/common/help/HELPEnt.sgm @@ -1,8 +1,8 @@ -Common Desktop Environment 2.3.0a, +Common Desktop Environment 2.3.1, © Copyright 1993-2012 The Open Group -© Copyright 2012-2018 CDE Project contributors, see CONTRIBUTORS for details +© Copyright 2012-2020 CDE Project contributors, see CONTRIBUTORS for details Project Website: http://cdesktopenv.sourceforge.net/ diff --git a/cde/lib/DtSvc/DtUtil1/Dt.h b/cde/lib/DtSvc/DtUtil1/Dt.h index 3122efa7..a164404a 100644 --- a/cde/lib/DtSvc/DtUtil1/Dt.h +++ b/cde/lib/DtSvc/DtUtil1/Dt.h @@ -52,13 +52,13 @@ extern "C" { #define DtVERSION 2 #define DtREVISION 3 -#define DtUPDATE_LEVEL 0 +#define DtUPDATE_LEVEL 1 #define DtVERSION_NUMBER (DtVERSION * 10000 + \ DtREVISION * 100 + \ DtUPDATE_LEVEL) -#define DtVERSION_STRING "CDE Version 2.3.0a" +#define DtVERSION_STRING "CDE Version 2.3.1" /* diff --git a/cde/lib/tt/bin/ttauth/ttauth.man b/cde/lib/tt/bin/ttauth/ttauth.man index ad3452bd..bbda31c0 100644 --- a/cde/lib/tt/bin/ttauth/ttauth.man +++ b/cde/lib/tt/bin/ttauth/ttauth.man @@ -18,7 +18,7 @@ .\" not be used in advertising or otherwise to promote the sale, use or .\" other dealings in this Software without prior written authorization .\" from The Open Group. -.TH TTAUTH 1 "Release 2.3.0a" "CDE" +.TH TTAUTH 1 "Release 2.3.1" "CDE" .SH NAME ttauth \- ToolTalk authority file utility .SH SYNOPSIS diff --git a/cde/lib/tt/tooltalk.tmpl b/cde/lib/tt/tooltalk.tmpl index b23edbbc..f4dd5e7f 100644 --- a/cde/lib/tt/tooltalk.tmpl +++ b/cde/lib/tt/tooltalk.tmpl @@ -6,7 +6,7 @@ /* TT_VERSION defines the version string which is imbedded in all the */ /* binaries and shipped libraries. */ -TT_VERSION = "CDE Version 2.3.0a" +TT_VERSION = "CDE Version 2.3.1" TT_VERSION_DEFINE = -DTT_VERSION_STRING=\"$(TT_VERSION)\" -- 2.25.1