release: update version to 2.2.4, update HISTORY

This commit is contained in:
Jon Trulson
2016-06-19 12:46:29 -06:00
parent e121a25ef2
commit a173dd3b3b
7 changed files with 68 additions and 9 deletions

View File

@@ -52,13 +52,13 @@ extern "C" {
#define DtVERSION 2
#define DtREVISION 2
#define DtUPDATE_LEVEL 3
#define DtUPDATE_LEVEL 4
#define DtVERSION_NUMBER (DtVERSION * 10000 + \
DtREVISION * 100 + \
DtUPDATE_LEVEL)
#define DtVERSION_STRING "CDE Version 2.2.3"
#define DtVERSION_STRING "CDE Version 2.2.4"
/*

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.2.3" "CDE"
.TH TTAUTH 1 "Release 2.2.4" "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.2.3"
TT_VERSION = "CDE Version 2.2.4"
TT_VERSION_DEFINE = -DTT_VERSION_STRING=\"$(TT_VERSION)\"