[RsWitch-cvs] CVS: rswitch RsWitch.rc,1.2,1.3
Status: Alpha
Brought to you by:
bcrochet
|
From: Zak P. <ref...@us...> - 2001-03-11 03:55:18
|
Update of /cvsroot/rswitch/rswitch
In directory usw-pr-cvs1:/tmp/cvs-serv12477
Modified Files:
RsWitch.rc
Log Message:
incremented the version # to 0.2.0.0
Index: RsWitch.rc
===================================================================
RCS file: /cvsroot/rswitch/rswitch/RsWitch.rc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** RsWitch.rc 2000/12/03 21:04:13 1.2
--- RsWitch.rc 2001/03/11 03:57:09 1.3
***************
*** 165,170 ****
VS_VERSION_INFO VERSIONINFO
! FILEVERSION 0,1,0,1
! PRODUCTVERSION 0,1,0,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
--- 165,170 ----
VS_VERSION_INFO VERSIONINFO
! FILEVERSION 0,2,0,0
! PRODUCTVERSION 0,2,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
***************
*** 184,188 ****
VALUE "CompanyName", "\0"
VALUE "FileDescription", "RsWitch\0"
! VALUE "FileVersion", "0, 1, 0, 1\0"
VALUE "InternalName", "RsWitch\0"
VALUE "LegalCopyright", "Copyright (C) 2000\0"
--- 184,188 ----
VALUE "CompanyName", "\0"
VALUE "FileDescription", "RsWitch\0"
! VALUE "FileVersion", "0, 2, 0, 0\0"
VALUE "InternalName", "RsWitch\0"
VALUE "LegalCopyright", "Copyright (C) 2000\0"
***************
*** 191,195 ****
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "RsWitch Application\0"
! VALUE "ProductVersion", "0, 1, 0, 1\0"
VALUE "SpecialBuild", "\0"
END
--- 191,195 ----
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "RsWitch Application\0"
! VALUE "ProductVersion", "0, 2, 0, 0\0"
VALUE "SpecialBuild", "\0"
END
|