Merge branch 'master' into autotools-conversion after 2.3.1 release

This commit is contained in:
Jon Trulson
2019-11-16 16:35:56 -07:00
25 changed files with 610 additions and 537 deletions

View File

@@ -52,13 +52,13 @@ extern "C" {
#define DtVERSION 2
#define DtREVISION 3
#define DtUPDATE_LEVEL 0
#define DtUPDATE_LEVEL 1
#define DtVERSION_NUMBER (DtVERSION * 10000 + \
DtREVISION * 100 + \
DtUPDATE_LEVEL)
#define DtVERSION_STRING "CDE Version 2.3.0a"
#define DtVERSION_STRING "CDE Version 2.3.1"
/*