Update of /cvsroot/decaldev/source/PlainText
In directory sc8-pr-cvs1:/tmp/cvs-serv10971
Modified Files:
PlainText.rc
Log Message:
Central version resource
Index: PlainText.rc
===================================================================
RCS file: /cvsroot/decaldev/source/PlainText/PlainText.rc,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** PlainText.rc 15 May 2003 07:10:14 -0000 1.30
--- PlainText.rc 27 May 2003 11:36:14 -0000 1.31
***************
*** 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", "PlainText is a Decal surrogate that allows plug-ins to be written using Windows Scripting Technologies"
VALUE "FileDescription", "PlainText Module"
! VALUE "FileVersion", "2, 5, 0, 4"
VALUE "InternalName", "PlainText"
VALUE "LegalCopyright", "Copyright 2001"
VALUE "OriginalFilename", "PlainText.DLL"
VALUE "ProductName", "PlainText Module"
! VALUE "ProductVersion", "2, 5, 0, 4"
END
END
--- 73,82 ----
VALUE "Comments", "PlainText is a Decal surrogate that allows plug-ins to be written using Windows Scripting Technologies"
VALUE "FileDescription", "PlainText Module"
! VALUE "FileVersion", DECAL_VERSION_STRING
VALUE "InternalName", "PlainText"
VALUE "LegalCopyright", "Copyright 2001"
VALUE "OriginalFilename", "PlainText.DLL"
VALUE "ProductName", "PlainText Module"
! VALUE "ProductVersion", DECAL_VERSION_STRING
END
END
|