Skip to content

Commit

Permalink
8.1.2 preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Troll committed Feb 24, 2023
1 parent 08762c7 commit 63cf1c9
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Install/Install.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -557,15 +557,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:AlienFX Tools"
"ProductCode" = "8:{2AE69F38-2DB2-44F2-9A47-D1EB35BB76CD}"
"PackageCode" = "8:{63EF70EC-2FDD-4300-AD9A-6289AE51A7F0}"
"ProductCode" = "8:{899EBE2E-220D-4E76-BCEE-E707D3986700}"
"PackageCode" = "8:{7BE4010E-9923-4B7B-AB4F-58AA821A4388}"
"UpgradeCode" = "8:{EFC2D182-AE5E-4585-92D3-0759F77F59AA}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:FALSE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:8.1.100"
"ProductVersion" = "8:8.1.200"
"Manufacturer" = "8:T-Troll"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://github.com/T-Troll/alienfx-tools/discussions"
Expand Down
8 changes: 4 additions & 4 deletions LightFX/LightFX.rc
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 8,1,1,0
PRODUCTVERSION 8,1,1,0
FILEVERSION 8,1,2,0
PRODUCTVERSION 8,1,2,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -78,12 +78,12 @@ BEGIN
BLOCK "040004b0"
BEGIN
VALUE "FileDescription", "LightFX emulator"
VALUE "FileVersion", "8.1.1.0"
VALUE "FileVersion", "8.1.2.0"
VALUE "InternalName", "LightFX.dll"
VALUE "LegalCopyright", "Copyright (C) 2021"
VALUE "OriginalFilename", "LightFX.dll"
VALUE "ProductName", "AlienFX Tools"
VALUE "ProductVersion", "8.1.1.0"
VALUE "ProductVersion", "8.1.2.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion alienfan-tools/alienfan-cli/alienfan-cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ setbrightness=<brightness>\tSet lights brightness\n\

int main(int argc, char* argv[])
{
printf("AlienFan-CLI v8.0.2\n");
printf("AlienFan-CLI v8.1.2\n");

AlienFan_SDK::Lights* lights = NULL;

Expand Down
Binary file modified alienfan-tools/alienfan-gui/alienfan-gui.rc
Binary file not shown.
2 changes: 1 addition & 1 deletion alienfx-cli/alienfx-cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ vector<AlienFX_SDK::Afx_action> ParseActions(vector<ARG>* args, int startPos) {

int main(int argc, char* argv[])
{
printf("alienfx-cli v8.1.1\n");
printf("alienfx-cli v8.1.2\n");
if (argc < 2)
{
printUsage();
Expand Down
Binary file modified alienfx-gui/alienfx-gui.rc
Binary file not shown.
Binary file modified alienfx-mon/alienfx-mon.rc
Binary file not shown.

0 comments on commit 63cf1c9

Please sign in to comment.