mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
Bump devel version to 2.3.2c
This commit is contained in:
parent
3909c8dbcc
commit
49adbfb25d
6 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
||||||
# $TOG: Makefile /main/15 1999/10/12 09:33:30 mgreess $
|
# $TOG: Makefile /main/15 1999/10/12 09:33:30 mgreess $
|
||||||
RELEASE = Release 2.3.2b
|
RELEASE = Release 2.3.2c
|
||||||
PRODUCT = CDE
|
PRODUCT = CDE
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
|
|
|
@ -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 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/
|
Project Website: http://cdesktopenv.sourceforge.net/
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<!-- $TOG: HELPEnt.sgm /main/12 1999/10/12 09:35:15 mgreess $ -->
|
<!-- $TOG: HELPEnt.sgm /main/12 1999/10/12 09:35:15 mgreess $ -->
|
||||||
<!ENTITY CDEcopyright "<GlossTerm Role=nogloss>Common Desktop Environment 2.3.2b</GlossTerm>,
|
<!ENTITY CDEcopyright "<GlossTerm Role=nogloss>Common Desktop Environment 2.3.2c</GlossTerm>,
|
||||||
|
|
||||||
© Copyright 1993-2012 The Open Group
|
© Copyright 1993-2012 The Open Group
|
||||||
© Copyright 2012-2020 CDE Project contributors, see CONTRIBUTORS for details
|
© Copyright 2012-2020 CDE Project contributors, see CONTRIBUTORS for details
|
||||||
|
|
|
@ -58,7 +58,7 @@ extern "C" {
|
||||||
DtREVISION * 100 + \
|
DtREVISION * 100 + \
|
||||||
DtUPDATE_LEVEL)
|
DtUPDATE_LEVEL)
|
||||||
|
|
||||||
#define DtVERSION_STRING "CDE Version 2.3.2b"
|
#define DtVERSION_STRING "CDE Version 2.3.2c"
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
.\" not be used in advertising or otherwise to promote the sale, use or
|
.\" not be used in advertising or otherwise to promote the sale, use or
|
||||||
.\" other dealings in this Software without prior written authorization
|
.\" other dealings in this Software without prior written authorization
|
||||||
.\" from The Open Group.
|
.\" from The Open Group.
|
||||||
.TH TTAUTH 1 "Release 2.3.2b" "CDE"
|
.TH TTAUTH 1 "Release 2.3.2c" "CDE"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
ttauth \- ToolTalk authority file utility
|
ttauth \- ToolTalk authority file utility
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
/* TT_VERSION defines the version string which is imbedded in all the */
|
/* TT_VERSION defines the version string which is imbedded in all the */
|
||||||
/* binaries and shipped libraries. */
|
/* 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)\"
|
TT_VERSION_DEFINE = -DTT_VERSION_STRING=\"$(TT_VERSION)\"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue