From: Peter Howkins Date: Thu, 9 Aug 2012 14:20:53 +0000 (+0100) Subject: Update the sub parts of the main dt/cde version number to 2.2.0, missed from previous... X-Git-Tag: 2.2.0b~84 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1dd2eaf8545f4469fe6a37b575b75699dabf4946;p=oweals%2Fcde.git Update the sub parts of the main dt/cde version number to 2.2.0, missed from previous version increment patch. --- diff --git a/cde/lib/DtSvc/DtUtil1/Dt.h b/cde/lib/DtSvc/DtUtil1/Dt.h index 3a2339eb..1f9746d3 100644 --- a/cde/lib/DtSvc/DtUtil1/Dt.h +++ b/cde/lib/DtSvc/DtUtil1/Dt.h @@ -51,8 +51,8 @@ extern "C" { /* CDE Version information */ #define DtVERSION 2 -#define DtREVISION 1 -#define DtUPDATE_LEVEL 30 +#define DtREVISION 2 +#define DtUPDATE_LEVEL 0 #define DtVERSION_NUMBER (DtVERSION * 10000 + \ DtREVISION * 100 + \