1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Change version to 2.3.2b for the new ksh93 submodule merge

This commit is contained in:
Jon Trulson 2021-01-30 16:32:41 -07:00
parent 6539c8c71a
commit eb381022a5
6 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

@ -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.2a</GlossTerm>,
<!ENTITY CDEcopyright "<GlossTerm Role=nogloss>Common Desktop Environment 2.3.2b</GlossTerm>,
&copy; Copyright 1993-2012 The Open Group
&copy; Copyright 2012-2020 CDE Project contributors, see CONTRIBUTORS for details

View file

@ -58,7 +58,7 @@ extern "C" {
DtREVISION * 100 + \
DtUPDATE_LEVEL)
#define DtVERSION_STRING "CDE Version 2.3.2a"
#define DtVERSION_STRING "CDE Version 2.3.2b"
/*

View file

@ -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.2a" "CDE"
.TH TTAUTH 1 "Release 2.3.2b" "CDE"
.SH NAME
ttauth \- ToolTalk authority file utility
.SH SYNOPSIS

View file

@ -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.2a"
TT_VERSION = "CDE Version 2.3.2b"
TT_VERSION_DEFINE = -DTT_VERSION_STRING=\"$(TT_VERSION)\"