Skip to content

Commit

Permalink
Set version to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Gumball2415 committed Feb 1, 2024
1 parent 316e1ab commit 47aa564
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Dn-FamiTracker.rc
Original file line number Diff line number Diff line change
Expand Up @@ -535,8 +535,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,5,0,2
PRODUCTVERSION 0,5,0,2
FILEVERSION 0,5,0,3
PRODUCTVERSION 0,5,0,3
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -553,12 +553,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Dn Programming Core Management"
VALUE "FileDescription", "Dn-FamiTracker, Extension of FamiTracker"
VALUE "FileVersion", "0.5.0.2"
VALUE "FileVersion", "0.5.0.3"
VALUE "InternalName", "Dn-FamiTracker.exe"
VALUE "LegalCopyright", "(c) jsr 2005-2020, HertzDevil 2014-2018, Dn Programming Core Management 2020-2024. All rights reserved."
VALUE "OriginalFilename", "Dn-FamiTracker.exe"
VALUE "ProductName", "Dn-FamiTracker"
VALUE "ProductVersion", "0.5.0.2"
VALUE "ProductVersion", "0.5.0.3"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@


// Define this for beta builds
// #define WIP
#define WIP


#define VERSION_API 0
#define VERSION_MAJ 5
#define VERSION_MIN 0
#define VERSION_REV 2
#define VERSION_REV 3

#define VERSION VERSION_API,VERSION_MAJ,VERSION_MIN,VERSION_REV

Expand Down

0 comments on commit 47aa564

Please sign in to comment.