Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIXED] For v2.4.4.2078 .lang files have wrong version 2.4.3.2063 and don't load #35

Closed
VictorVG opened this issue Jul 28, 2019 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@VictorVG
Copy link

VictorVG commented Jul 28, 2019

v2.4.4.2078 .lang files have wrong version 2.4.3.2063 and don't load. Corrected .RC diff:

--- ./old/version.rc	Sun Jul 28 19:29:24 2019
+++ ./new/version.rc	Sun Jul 28 19:32:01 2019
@@ -1,8 +1,8 @@
 #include <windows.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION    2,4,3,2063
- PRODUCTVERSION 2,4,3,2063
+ FILEVERSION    2,4,4,2078
+ PRODUCTVERSION 2,4,4,2078
  FILEFLAGSMASK  0x3FL    // VS_FF_DEBUG|VS_FF_INFOINFERRED|VS_FF_PATCHED|VS_FF_PRERELEASE|VS_FF_PRIVATEBUILD|VS_FF_SPECIALBUILD
  FILEFLAGS      0x0L
  FILEOS         0x4L     // VOS__WINDOWS32
@@ -17,17 +17,17 @@
             // Zero-length item found
             VALUE "FileDescription",   "BowPad\0"
             // Zero-length item found
-            VALUE "FileVersion",       "2.4.3.2063\0"
+            VALUE "FileVersion",       "2.4.4.2078\0"
             // Zero-length item found
             VALUE "InternalName",      "BowPad\0"
             // Zero-length item found
-            VALUE "LegalCopyright",    "Copyright © 2013-2018, Stefan Küng\0"
+            VALUE "LegalCopyright",    "Copyright © 2013-2019, Stefan Küng\0"
             // Zero-length item found
             VALUE "OriginalFilename",  "BowPad.exe\0"
             // Zero-length item found
             VALUE "ProductName",       "BowPad\0"
             // Zero-length item found
-            VALUE "ProductVersion",    "2.4.3.2063\0"
+            VALUE "ProductVersion",    "2.4.4.2078\0"
         END
     END
     BLOCK "VarFileInfo"
@VictorVG VictorVG changed the title v2.4.4.2078 .lang files have rong version and don't load For v2.4.4.2078 .lang files have wrong version 2.4.3.2063 and don't load Jul 28, 2019
@stefankueng stefankueng self-assigned this Jul 29, 2019
@stefankueng stefankueng added the bug Something isn't working label Jul 29, 2019
@stefankueng stefankueng added this to the 2.4.5 milestone Jul 29, 2019
@VictorVG
Copy link
Author

Big thanks!

@VictorVG VictorVG changed the title For v2.4.4.2078 .lang files have wrong version 2.4.3.2063 and don't load [FIXED] For v2.4.4.2078 .lang files have wrong version 2.4.3.2063 and don't load Jul 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants