summaryrefslogtreecommitdiff
path: root/luapatch.rc
diff options
context:
space:
mode:
authorpixel <pixel>2004-12-19 03:22:48 +0000
committerpixel <pixel>2004-12-19 03:22:48 +0000
commit7436f6c9cdd13eb6f24b5f5af815c548268a66a9 (patch)
treeeb482c2263267299f9fd78bb5d5c20355f451e35 /luapatch.rc
parent0d863044aa6efbe2de14dd4c911d5248e399f711 (diff)
Updated luapatch, and separated language file.
Diffstat (limited to 'luapatch.rc')
-rw-r--r--luapatch.rc30
1 files changed, 12 insertions, 18 deletions
diff --git a/luapatch.rc b/luapatch.rc
index 003f590..b84a91b 100644
--- a/luapatch.rc
+++ b/luapatch.rc
@@ -65,13 +65,13 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_SYS_DEFAULT
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,3,0,0
- PRODUCTVERSION 0,3,0,0
- FILEFLAGSMASK 0x37L
+ FILEVERSION 0,4,0,0
+ PRODUCTVERSION 0,4,0,0
+ FILEFLAGSMASK 0x17L
#ifdef _DEBUG
- FILEFLAGS 0x21L
+ FILEFLAGS 0x1L
#else
- FILEFLAGS 0x20L
+ FILEFLAGS 0x0L
#endif
FILEOS 0x4L
FILETYPE 0x1L
@@ -84,26 +84,20 @@ BEGIN
VALUE "Comments", "LuaPatcher - CD Patching system"
VALUE "CompanyName", "NOBIS - http://www.nobis-crew.org/"
VALUE "FileDescription", "LuaPatcher - Système de patch de CD"
- VALUE "FileVersion", "0, 3, 0, 0"
- VALUE "InternalName", "Eve"
- VALUE "LegalCopyright", "Copyright © 2003-2003 Nicolas ""Pixel"" Noble / NOBIS"
- VALUE "OriginalFilename", "Melissa"
+ VALUE "FileVersion", "0, 4, 0, 0"
+ VALUE "LegalCopyright", "Copyright © 2003-2005 Nicolas ""Pixel"" Noble / NOBIS"
VALUE "ProductName", "LuaPatch"
- VALUE "ProductVersion", "0, 3, 0, 0"
- VALUE "SpecialBuild", "Eve"
+ VALUE "ProductVersion", "0, 4, 0, 0"
END
BLOCK "040c04b0"
BEGIN
VALUE "Comments", "LuaPatcher - Système de patch de CD"
VALUE "CompanyName", "NOBIS - http://www.nobis-crew.org/"
VALUE "FileDescription", "NOBIS - http://www.nobis-crew.org/"
- VALUE "FileVersion", "0, 3, 0, 0"
- VALUE "InternalName", "Eve"
- VALUE "LegalCopyright", "Copyright © 2003-2003 Nicolas ""Pixel"" Noble / NOBIS"
- VALUE "OriginalFilename", "Mélissa"
+ VALUE "FileVersion", "0, 4, 0, 0"
+ VALUE "LegalCopyright", "Copyright © 2003-2005 Nicolas ""Pixel"" Noble / NOBIS"
VALUE "ProductName", "LuaPatch"
- VALUE "ProductVersion", "0, 3, 0, 0"
- VALUE "SpecialBuild", "Eve"
+ VALUE "ProductVersion", "0, 4, 0, 0"
END
END
BLOCK "VarFileInfo"
@@ -151,7 +145,7 @@ CAPTION "About..."
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
DEFPUSHBUTTON "OK",IDOK,7,85,50,14,BS_CENTER | BS_FLAT
- CTEXT "LuaPatch version 0.3.0\nHand made special MFC version ""Eve""\n\nA CD patching system\n\nCopyrignt © 2003-2004 Nicolas ""Pixel"" Noble / NOBIS\n\nhttp://www.nobis-crew.org/luapatch/\nhttp://www.nobis-crew.org/",
+ CTEXT "LuaPatch version 0.4.0\nHand made special MFC version\n\nA CD patching system\n\nCopyrignt © 2003-2005 Nicolas ""Pixel"" Noble / NOBIS\n\nhttp://www.nobis-crew.org/luapatch/\nhttp://www.nobis-crew.org/",
IDC_ABOUTTEXT,7,7,201,77
END