Update of /cvsroot/decaldev/source/DecalControls
In directory sc8-pr-cvs1:/tmp/cvs-serv10378
Modified Files:
DecalControls.rc
Log Message:
Central version resource
Index: DecalControls.rc
===================================================================
RCS file: /cvsroot/decaldev/source/DecalControls/DecalControls.rc,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** DecalControls.rc 15 May 2003 07:08:37 -0000 1.40
--- DecalControls.rc 27 May 2003 11:34:51 -0000 1.41
***************
*** 2,5 ****
--- 2,6 ----
//
#include "resource.h"
+ #include "..\Include\DecalVersion.h"
#define APSTUDIO_READONLY_SYMBOLS
***************
*** 54,59 ****
VS_VERSION_INFO VERSIONINFO
! FILEVERSION 2,5,0,4
! PRODUCTVERSION 2,5,0,4
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
--- 55,60 ----
VS_VERSION_INFO VERSIONINFO
! FILEVERSION DECAL_MAJOR, DECAL_MINOR, DECAL_BUGFIX, DECAL_RELEASE
! PRODUCTVERSION DECAL_MAJOR, DECAL_MINOR, DECAL_BUGFIX, DECAL_RELEASE
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
***************
*** 72,81 ****
VALUE "Comments", "DecalControls is a group of control objects that give plug-in developers a basic group of UI elements to work with"
VALUE "FileDescription", "DecalControls Module"
! VALUE "FileVersion", "2, 5, 0, 4"
VALUE "InternalName", "DecalControls"
VALUE "LegalCopyright", "Copyright 2001"
VALUE "OriginalFilename", "DecalControls.DLL"
VALUE "ProductName", "DecalControls Module"
! VALUE "ProductVersion", "2, 5, 0, 4"
END
END
--- 73,82 ----
VALUE "Comments", "DecalControls is a group of control objects that give plug-in developers a basic group of UI elements to work with"
VALUE "FileDescription", "DecalControls Module"
! VALUE "FileVersion", DECAL_VERSION_STRING
VALUE "InternalName", "DecalControls"
VALUE "LegalCopyright", "Copyright 2001"
VALUE "OriginalFilename", "DecalControls.DLL"
VALUE "ProductName", "DecalControls Module"
! VALUE "ProductVersion", DECAL_VERSION_STRING
END
END
|