Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gumball2415 committed Jan 13, 2025
1 parent 5e0202f commit 0c5af5f
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,1,0
PRODUCTVERSION 0,5,1,0
FILEVERSION 0,5,1,1
PRODUCTVERSION 0,5,1,1
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.1.0"
VALUE "FileVersion", "0.5.1.1"
VALUE "InternalName", "Dn-FamiTracker.exe"
VALUE "LegalCopyright", "(c) jsr 2005-2020, HertzDevil 2014-2018, Dn Programming Core Management 2020-2025. All rights reserved."
VALUE "OriginalFilename", "Dn-FamiTracker.exe"
VALUE "ProductName", "Dn-FamiTracker"
VALUE "ProductVersion", "0.5.1.0"
VALUE "ProductVersion", "0.5.1.1"
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 @@ -27,13 +27,13 @@


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


#define VERSION_API 0
#define VERSION_MAJ 5
#define VERSION_MIN 1
#define VERSION_REV 0
#define VERSION_REV 1

#define VERSION VERSION_API,VERSION_MAJ,VERSION_MIN,VERSION_REV

Expand Down

0 comments on commit 0c5af5f

Please sign in to comment.