Skip to content

Commit

Permalink
dev update
Browse files Browse the repository at this point in the history
  • Loading branch information
AppOfficer committed Feb 1, 2024
1 parent f96e376 commit 4eb5088
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions LocalGen.dev
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@ UnitCount=11
Major=4
Minor=2
Release=4
Build=2506
Build=2544
LanguageID=1033
CharsetID=1252
CompanyName=SZXC Work Group
FileVersion=4.2.4.2506
FileVersion=4.2.4.2544
FileDescription=Local Generals.io
InternalName=
LegalCopyright=Copyright (c) 2023 SZXC Work Group
LegalTrademarks=
OriginalFilename=
ProductName=Local Generals.io
ProductVersion=4.2.4.2506
ProductVersion=4.2.4.2544
AutoIncBuildNr=1
SyncProduct=1

Expand Down
20 changes: 10 additions & 10 deletions LocalGen.layout
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ CursorRow=8
TopLine=1
LeftChar=1
[Editor_1]
CursorCol=22
CursorRow=35
TopLine=26
CursorCol=6
CursorRow=327
TopLine=314
LeftChar=1
[Editor_4]
CursorCol=38
Expand All @@ -31,14 +31,14 @@ CursorRow=40
TopLine=31
LeftChar=1
[Editor_2]
CursorCol=4
CursorRow=344
TopLine=336
LeftChar=10
CursorCol=5
CursorRow=408
TopLine=395
LeftChar=1
[Editor_5]
CursorCol=17
CursorRow=729
TopLine=713
CursorCol=5
CursorRow=739
TopLine=721
LeftChar=1
[Editor_3]
CursorCol=25
Expand Down
8 changes: 4 additions & 4 deletions LocalGen_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
#define LOCALGEN_PRIVATE_H

/* VERSION DEFINITIONS */
#define VER_STRING "4.2.4.2506"
#define VER_STRING "4.2.4.2544"
#define VER_MAJOR 4
#define VER_MINOR 2
#define VER_RELEASE 4
#define VER_BUILD 2506
#define VER_BUILD 2544
#define COMPANY_NAME "SZXC Work Group"
#define FILE_VERSION "4.2.4.2506"
#define FILE_VERSION "4.2.4.2544"
#define FILE_DESCRIPTION "Local Generals.io"
#define INTERNAL_NAME ""
#define LEGAL_COPYRIGHT "Copyright (c) 2023 SZXC Work Group"
#define LEGAL_TRADEMARKS ""
#define ORIGINAL_FILENAME ""
#define PRODUCT_NAME "Local Generals.io"
#define PRODUCT_VERSION "4.2.4.2506"
#define PRODUCT_VERSION "4.2.4.2544"

#endif /*LOCALGEN_PRIVATE_H*/
8 changes: 4 additions & 4 deletions LocalGen_private.rc
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@ A ICON "LocalGen.ico"
// TO CHANGE VERSION INFORMATION, EDIT PROJECT OPTIONS...
//
1 VERSIONINFO
FILEVERSION 4,2,4,2506
PRODUCTVERSION 4,2,4,2506
FILEVERSION 4,2,4,2544
PRODUCTVERSION 4,2,4,2544
FILETYPE VFT_APP
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "CompanyName", "SZXC Work Group"
VALUE "FileVersion", "4.2.4.2506"
VALUE "FileVersion", "4.2.4.2544"
VALUE "FileDescription", "Local Generals.io"
VALUE "InternalName", ""
VALUE "LegalCopyright", "Copyright (c) 2023 SZXC Work Group"
VALUE "LegalTrademarks", ""
VALUE "OriginalFilename", ""
VALUE "ProductName", "Local Generals.io"
VALUE "ProductVersion", "4.2.4.2506"
VALUE "ProductVersion", "4.2.4.2544"
}
}
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 4eb5088

Please sign in to comment.