Browse Source

Bump version to 2.4.0 for release

Jon Trulson 2 years ago
parent
commit
c7305bb878

+ 1 - 1
cde/Makefile

@@ -1,5 +1,5 @@
 # $TOG: Makefile /main/15 1999/10/12 09:33:30 mgreess $
-     RELEASE = Release 2.3.2c
+     RELEASE = Release 2.4.0
      PRODUCT = CDE
        SHELL = /bin/sh
           RM = rm -f

+ 1 - 1
cde/copyright

@@ -1,7 +1,7 @@
 
 
 
-             Common Desktop Environment Version 2.3.2c (devel)
+             Common Desktop Environment Version 2.4.0
 
 (c) Copyright 1993-2012 The Open Group
 (c) Copyright 2012-2022 CDE Project contributors, see CONTRIBUTORS for details

+ 1 - 1
cde/doc/common/help/HELPEnt.sgm

@@ -1,5 +1,5 @@
 <!-- $TOG: HELPEnt.sgm /main/12 1999/10/12 09:35:15 mgreess $ -->
-<!ENTITY CDEcopyright "<GlossTerm Role=nogloss>Common Desktop Environment 2.3.2c</GlossTerm>,
+<!ENTITY CDEcopyright "<GlossTerm Role=nogloss>Common Desktop Environment 2.4.0</GlossTerm>,
 
 &copy; Copyright 1993-2012 The Open Group
 &copy; Copyright 2012-2020 CDE Project contributors, see CONTRIBUTORS for details

+ 3 - 3
cde/lib/DtSvc/DtUtil1/Dt.h

@@ -51,14 +51,14 @@ extern "C" {
 /* CDE Version information */
 
 #define DtVERSION     		2
-#define DtREVISION    		3
-#define DtUPDATE_LEVEL    	2
+#define DtREVISION    		4
+#define DtUPDATE_LEVEL    	0
 
 #define DtVERSION_NUMBER	(DtVERSION * 10000 +  \
 				DtREVISION * 100 + \
 				DtUPDATE_LEVEL)
 
-#define DtVERSION_STRING "CDE Version 2.3.2c"
+#define DtVERSION_STRING "CDE Version 2.4.0"
 
 
 /* 

+ 1 - 1
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.2c" "CDE"
+.TH TTAUTH 1 "Release 2.4.0" "CDE"
 .SH NAME
 ttauth \- ToolTalk authority file utility
 .SH SYNOPSIS

+ 1 - 1
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.2c"
+TT_VERSION = "CDE Version 2.4.0"
 TT_VERSION_DEFINE = -DTT_VERSION_STRING=\"$(TT_VERSION)\"