1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Update the sub parts of the main dt/cde version number to 2.2.0, missed from previous version increment patch.

This commit is contained in:
Peter Howkins 2012-08-09 15:20:53 +01:00
parent d2e1f3158b
commit 1dd2eaf854

View file

@ -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 + \