Skip to content

Commit

Permalink
v3.5.1 - Revision 2
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps committed Sep 30, 2023
1 parent b318871 commit d0bc101
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 9 deletions.
Binary file not shown.
Binary file not shown.
7 changes: 7 additions & 0 deletions HDL-Batch-installer-SRC/_bin/playground/changes.log
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
30 September 2023
[v3.5.1 - Revision 2]

Change log:
-MBR Rewrite: Add warning about what this operation does
-Built-in Game title database: Updated

11 August 2023
[v3.5.1 - Revision 1]

Expand Down
14 changes: 7 additions & 7 deletions HDL-Batch-installer-SRC/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
namespace AutoVersion{

//Date Version Types
static const char DATE[] = "11";
static const char MONTH[] = "08";
static const char DATE[] = "30";
static const char MONTH[] = "09";
static const char YEAR[] = "2023";
static const char UBUNTU_VERSION_STYLE[] = "23.08";
static const char UBUNTU_VERSION_STYLE[] = "23.09";

//Software Status
static const char STATUS[] = "Release Candidate";
Expand All @@ -17,13 +17,13 @@ namespace AutoVersion{
static const long MAJOR = 3;
static const long MINOR = 5;
static const long BUILD = 1;
static const long REVISION = 1;
static const long REVISION = 2;

//Miscellaneous Version Types
static const long BUILDS_COUNT = 0;
#define RC_FILEVERSION 3,5,1,1
#define RC_FILEVERSION_STRING "3, 5, 1, 1\0"
static const char FULLVERSION_STRING [] = "3.5.1.1";
#define RC_FILEVERSION 3,5,1,2
#define RC_FILEVERSION_STRING "3, 5, 1, 2\0"
static const char FULLVERSION_STRING [] = "3.5.1.2";

//These values are to keep track of your versioning state, don't modify them.
static const long BUILD_HISTORY = 99;
Expand Down
Binary file modified Release/HDL-Batch-installer.exe
Binary file not shown.
10 changes: 8 additions & 2 deletions Release/changes.log
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
30 September 2023
[v3.5.1 - Revision 2]

Change log:
-MBR Rewrite: Add warning about what this operation does
-Built-in Game title database: Updated

11 August 2023
[v3.5.1 - Revision 1]

Change log:
-HDDManager: Fix bug wich denied creation of partitions with a `+` on its name
-Installed game list: when list gets updated, any unused space will be assigned to game title column
-Bring back ZSO support to HDL dump
-Installed game list: when list gets updated, any unused space will be assigned to game title column

26 July 2023
[v3.5.1 - Revision 0]
Expand Down
Binary file modified Release32/HDL-Batch-installer.exe
Binary file not shown.

0 comments on commit d0bc101

Please sign in to comment.