mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Bump version to 2.4.0a for upcoming merge
This commit is contained in:
parent
5a03b6a5e8
commit
727baab329
6 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
AC_INIT([cde-desktop], [2.3.2], [jon@radscan.com])
|
||||
AC_INIT([cde-desktop], [2.4.0a], [https://sourceforge.net/projects/cdesktopenv])
|
||||
AC_CONFIG_HEADERS([include/autotools_config.h])
|
||||
AC_CONFIG_MACRO_DIRS([m4])
|
||||
AM_INIT_AUTOMAKE([foreign subdir-objects])
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
|
||||
|
||||
Common Desktop Environment Version 2.4.0
|
||||
Common Desktop Environment Version 2.4.0a
|
||||
|
||||
(c) Copyright 1993-2012 The Open Group
|
||||
(c) Copyright 2012-2022 CDE Project contributors, see CONTRIBUTORS for details
|
||||
|
|
|
@ -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.4.0</GlossTerm>,
|
||||
<!ENTITY CDEcopyright "<GlossTerm Role=nogloss>Common Desktop Environment 2.4.0a</GlossTerm>,
|
||||
|
||||
© Copyright 1993-2012 The Open Group
|
||||
© Copyright 2012-2020 CDE Project contributors, see CONTRIBUTORS for details
|
||||
|
|
|
@ -58,7 +58,7 @@ extern "C" {
|
|||
DtREVISION * 100 + \
|
||||
DtUPDATE_LEVEL)
|
||||
|
||||
#define DtVERSION_STRING "CDE Version 2.4.0"
|
||||
#define DtVERSION_STRING "CDE Version 2.4.0a"
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
@ -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.4.0" "CDE"
|
||||
.TH TTAUTH 1 "Release 2.4.0a" "CDE"
|
||||
.SH NAME
|
||||
ttauth \- ToolTalk authority file utility
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -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.4.0"
|
||||
TT_VERSION = "CDE Version 2.4.0a"
|
||||
TT_VERSION_DEFINE = -DTT_VERSION_STRING=\"$(TT_VERSION)\"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue