Skip to content

Commit

Permalink
Bump settings version
Browse files Browse the repository at this point in the history
  • Loading branch information
glankk committed Aug 31, 2021
1 parent 7ab4569 commit b6f4883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gz/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#define SETTINGS_MAXSIZE (0x8000-(SETTINGS_ADDRESS))
#define SETTINGS_PADSIZE ((sizeof(struct settings)+1)/2*2)
#define SETTINGS_PROFILE_MAX ((SETTINGS_MAXSIZE)/(SETTINGS_PADSIZE))
#define SETTINGS_VERSION 0x0003
#define SETTINGS_VERSION 0x0004
#define SETTINGS_STATE_VERSION 0x0004
#define SETTINGS_STATE_MIN_VER 0x0003

Expand Down

0 comments on commit b6f4883

Please sign in to comment.