From: Jon Trulson Date: Wed, 23 Jul 2014 22:16:57 +0000 (-0600) Subject: Version change to 2.2.2 X-Git-Tag: 2.2.2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8d0551bfda917d6528894307fd059c1f77906040;p=oweals%2Fcde.git Version change to 2.2.2 --- diff --git a/cde/Makefile b/cde/Makefile index 6cc07943..fae4a50d 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.1 + RELEASE = Release 2.2.2 PRODUCT = CDE SHELL = /bin/sh RM = rm -f diff --git a/cde/copyright b/cde/copyright index 4fa80378..b962516c 100644 --- a/cde/copyright +++ b/cde/copyright @@ -1,7 +1,7 @@ - Common Desktop Environment Version 2.2.1 + Common Desktop Environment Version 2.2.2 (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 2495a486..d514177f 100644 --- a/cde/doc/common/help/HELPEnt.sgm +++ b/cde/doc/common/help/HELPEnt.sgm @@ -1,5 +1,5 @@ -Common Desktop Environment 2.2.1, +Common Desktop Environment 2.2.2, © 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 64a46453..59aa20a6 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 1 +#define DtUPDATE_LEVEL 2 #define DtVERSION_NUMBER (DtVERSION * 10000 + \ DtREVISION * 100 + \ DtUPDATE_LEVEL) -#define DtVERSION_STRING "CDE Version 2.2.1" +#define DtVERSION_STRING "CDE Version 2.2.2" /* diff --git a/cde/lib/tt/bin/ttauth/ttauth.man b/cde/lib/tt/bin/ttauth/ttauth.man index fc75943b..4922d54e 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.1" "CDE" +.TH TTAUTH 1 "Release 2.2.2" "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 36882cd9..749a1f6d 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.1" +TT_VERSION = "CDE Version 2.2.2" TT_VERSION_DEFINE = -DTT_VERSION_STRING=\"$(TT_VERSION)\"