Skip to content

Commit

Permalink
dev update
Browse files Browse the repository at this point in the history
  • Loading branch information
AppOfficer committed Jan 22, 2023
1 parent 9e2105e commit f40c3f7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions LocalGen-new.dev
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PrivateResource=LocalGen-new_private.rc
ResourceIncludes=
MakeIncludes=
Compiler=
CppCompiler=
CppCompiler=-O2_@@_
Linker=-lwsock32_@@_
IsCpp=1
Icon=LocalGen-new.ico
Expand All @@ -34,19 +34,19 @@ UnitCount=8
[VersionInfo]
Major=1
Minor=0
Release=0
Build=108
Release=1
Build=128
LanguageID=1033
CharsetID=1252
CompanyName=LocalGen-dev
FileVersion=1.0.0.108
FileVersion=1.0.1.128
FileDescription=Localized Generals.io (new ver.)
InternalName=
LegalCopyright=Copyright (c) 2023 LocalGen-dev
LegalTrademarks=
OriginalFilename=
ProductName=Localized Generals.io (new ver.)
ProductVersion=1.0.0.108
ProductVersion=1.0.1.128
AutoIncBuildNr=1
SyncProduct=1

Expand Down
10 changes: 5 additions & 5 deletions LocalGen-new_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
#define LOCALGEN-NEW_PRIVATE_H

/* VERSION DEFINITIONS */
#define VER_STRING "1.0.0.108"
#define VER_STRING "1.0.1.128"
#define VER_MAJOR 1
#define VER_MINOR 0
#define VER_RELEASE 0
#define VER_BUILD 108
#define VER_RELEASE 1
#define VER_BUILD 128
#define COMPANY_NAME "LocalGen-dev"
#define FILE_VERSION "1.0.0.108"
#define FILE_VERSION "1.0.1.128"
#define FILE_DESCRIPTION "Localized Generals.io (new ver.)"
#define INTERNAL_NAME ""
#define LEGAL_COPYRIGHT "Copyright (c) 2023 LocalGen-dev"
#define LEGAL_TRADEMARKS ""
#define ORIGINAL_FILENAME ""
#define PRODUCT_NAME "Localized Generals.io (new ver.)"
#define PRODUCT_VERSION "1.0.0.108"
#define PRODUCT_VERSION "1.0.1.128"

#endif /*LOCALGEN-NEW_PRIVATE_H*/
8 changes: 4 additions & 4 deletions LocalGen-new_private.rc
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@ A ICON "LocalGen-new.ico"
// TO CHANGE VERSION INFORMATION, EDIT PROJECT OPTIONS...
//
1 VERSIONINFO
FILEVERSION 1,0,0,108
PRODUCTVERSION 1,0,0,108
FILEVERSION 1,0,1,128
PRODUCTVERSION 1,0,1,128
FILETYPE VFT_APP
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "CompanyName", "LocalGen-dev"
VALUE "FileVersion", "1.0.0.108"
VALUE "FileVersion", "1.0.1.128"
VALUE "FileDescription", "Localized Generals.io (new ver.)"
VALUE "InternalName", ""
VALUE "LegalCopyright", "Copyright (c) 2023 LocalGen-dev"
VALUE "LegalTrademarks", ""
VALUE "OriginalFilename", ""
VALUE "ProductName", "Localized Generals.io (new ver.)"
VALUE "ProductVersion", "1.0.0.108"
VALUE "ProductVersion", "1.0.1.128"
}
}
BLOCK "VarFileInfo"
Expand Down

0 comments on commit f40c3f7

Please sign in to comment.