From 616dd16c703aa88ae0bcceb63f257accd4452067 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Sat, 22 May 2021 15:30:58 -0600 Subject: [PATCH] Bump devel version to 2.3.2c --- cde/Makefile | 2 +- cde/copyright | 4 ++-- cde/doc/common/help/HELPEnt.sgm | 2 +- cde/lib/DtSvc/DtUtil1/Dt.h | 2 +- cde/lib/tt/bin/ttauth/ttauth.man | 2 +- cde/lib/tt/tooltalk.tmpl | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cde/Makefile b/cde/Makefile index abc4e51ca..4be80adce 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.2b + RELEASE = Release 2.3.2c PRODUCT = CDE SHELL = /bin/sh RM = rm -f diff --git a/cde/copyright b/cde/copyright index 5a15917e9..0aed25774 100644 --- a/cde/copyright +++ b/cde/copyright @@ -1,10 +1,10 @@ - Common Desktop Environment Version 2.3.2b (devel) + Common Desktop Environment Version 2.3.2c (devel) (c) Copyright 1993-2012 The Open Group -(c) Copyright 2012-2021 CDE Project contributors, see CONTRIBUTORS for details +(c) Copyright 2012-2022 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 2a2e8c5c9..bed290b99 100644 --- a/cde/doc/common/help/HELPEnt.sgm +++ b/cde/doc/common/help/HELPEnt.sgm @@ -1,5 +1,5 @@ -Common Desktop Environment 2.3.2b, +Common Desktop Environment 2.3.2c, © Copyright 1993-2012 The Open Group © Copyright 2012-2020 CDE Project contributors, see CONTRIBUTORS for details diff --git a/cde/lib/DtSvc/DtUtil1/Dt.h b/cde/lib/DtSvc/DtUtil1/Dt.h index 8411ee30a..d83f7d226 100644 --- a/cde/lib/DtSvc/DtUtil1/Dt.h +++ b/cde/lib/DtSvc/DtUtil1/Dt.h @@ -58,7 +58,7 @@ extern "C" { DtREVISION * 100 + \ DtUPDATE_LEVEL) -#define DtVERSION_STRING "CDE Version 2.3.2b" +#define DtVERSION_STRING "CDE Version 2.3.2c" /* diff --git a/cde/lib/tt/bin/ttauth/ttauth.man b/cde/lib/tt/bin/ttauth/ttauth.man index 34cfd2717..831ab9b8e 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.2b" "CDE" +.TH TTAUTH 1 "Release 2.3.2c" "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 a749ace2d..65998b4e5 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.2b" +TT_VERSION = "CDE Version 2.3.2c" TT_VERSION_DEFINE = -DTT_VERSION_STRING=\"$(TT_VERSION)\"