From 1dd2eaf8545f4469fe6a37b575b75699dabf4946 Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Thu, 9 Aug 2012 15:20:53 +0100 Subject: [PATCH] Update the sub parts of the main dt/cde version number to 2.2.0, missed from previous version increment patch. --- cde/lib/DtSvc/DtUtil1/Dt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 + \ -- 2.25.1