Skip to content

Commit

Permalink
Program version hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gumball2415 committed Sep 14, 2021
1 parent dd17371 commit d10abe7
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Dn-FamiTracker.rc
Original file line number Diff line number Diff line change
Expand Up @@ -534,8 +534,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,3,1,0
PRODUCTVERSION 0,3,1,0
FILEVERSION 0,4,0,1
PRODUCTVERSION 0,4,0,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -552,12 +552,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Dn Programming Core Management"
VALUE "FileDescription", "Dn-FamiTracker, Extension of FamiTracker"
VALUE "FileVersion", "0.3.1.0"
VALUE "FileVersion", "0.4.0.1"
VALUE "InternalName", "Dn-FamiTracker.exe"
VALUE "LegalCopyright", "(c) jsr 2005-2015, HertzDevil 2014-2018, Dn Programming Core Management 2017-2021. All rights reserved."
VALUE "OriginalFilename", "Dn-FamiTracker.exe"
VALUE "ProductName", "Dn-FamiTracker"
VALUE "ProductVersion", "0.3.1.0"
VALUE "ProductVersion", "0.4.0.1"
END
END
BLOCK "VarFileInfo"
Expand Down
10 changes: 9 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@ Dn-FamiTracker Mod
Change Log
Written by Persune

Version 0.4.0.0 - September 13, 2021 (tentative)
Version 0.4.0.1 - September 14, 2021

--------------------------------------------------------------------------------

Dn0.4.0.1 - 09/14/2021

Patch fixes:

- Fix internal version numbering (@Gumball2415)



Dn0.4.0.0 - 09/13/2021

Important changes:
Expand Down
8 changes: 8 additions & 0 deletions hlp/changelog.htm
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@
<!-- Add new changes here -->

<!-- all data below is Dn-FT changes-->
<br>
<span class="heading">Dn-FamiTracker Version 0.4.0.1</span>
<ul class="changelog">
<li>Patch fixes:</li>
<ul class="changelog">
<li>Fix internal version numbering (@Gumball2415)</li>
</ul>
</ul>
<br>
<span class="heading">Dn-FamiTracker Version 0.4.0.0</span>
<ul class="changelog">
Expand Down
6 changes: 3 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@


#define VERSION_API 0
#define VERSION_MAJ 3
#define VERSION_MIN 1
#define VERSION_REV 0
#define VERSION_MAJ 4
#define VERSION_MIN 0
#define VERSION_REV 1

#define VERSION VERSION_API,VERSION_MAJ,VERSION_MIN,VERSION_REV

Expand Down

0 comments on commit d10abe7

Please sign in to comment.