From: Jon Trulson Date: Sat, 9 May 2015 22:58:46 +0000 (-0600) Subject: cde: change revision to 2.2.3 X-Git-Tag: 2.2.3~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=14b9e2efa3d3ce3b5c265de0a80ccd5fe6311fef;p=oweals%2Fcde.git cde: change revision to 2.2.3 --- diff --git a/cde/Makefile b/cde/Makefile index b5fd7b47..dc2a1d7d 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.2.2 + RELEASE = Release 2.2.3 PRODUCT = CDE SHELL = /bin/sh RM = rm -f diff --git a/cde/copyright b/cde/copyright index b962516c..4effd887 100644 --- a/cde/copyright +++ b/cde/copyright @@ -1,7 +1,7 @@ - Common Desktop Environment Version 2.2.2 + Common Desktop Environment Version 2.2.3 (c) Copyright 1993-2012 The Open Group (c) Copyright 2012-2014 CDE Project contributors, see CONTRIBUTORS for details diff --git a/cde/doc/common/help/HELPEnt.sgm b/cde/doc/common/help/HELPEnt.sgm index d514177f..be1d0f95 100644 --- a/cde/doc/common/help/HELPEnt.sgm +++ b/cde/doc/common/help/HELPEnt.sgm @@ -1,5 +1,5 @@ -Common Desktop Environment 2.2.2, +Common Desktop Environment 2.2.3, © Copyright 1993-2012 The Open Group © Copyright 2012-2014 CDE Project contributors, see CONTRIBUTORS for details diff --git a/cde/lib/DtSvc/DtUtil1/Dt.h b/cde/lib/DtSvc/DtUtil1/Dt.h index 59aa20a6..581d243a 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 2 -#define DtUPDATE_LEVEL 2 +#define DtUPDATE_LEVEL 3 #define DtVERSION_NUMBER (DtVERSION * 10000 + \ DtREVISION * 100 + \ DtUPDATE_LEVEL) -#define DtVERSION_STRING "CDE Version 2.2.2" +#define DtVERSION_STRING "CDE Version 2.2.3" /* diff --git a/cde/lib/tt/bin/ttauth/ttauth.man b/cde/lib/tt/bin/ttauth/ttauth.man index 4922d54e..8218c0db 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.2.2" "CDE" +.TH TTAUTH 1 "Release 2.2.3" "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 749a1f6d..1e6416c0 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.2.2" +TT_VERSION = "CDE Version 2.2.3" TT_VERSION_DEFINE = -DTT_VERSION_STRING=\"$(TT_VERSION)\"