Skip to content

Commit

Permalink
Version 0.3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gumball2415 committed Jun 29, 2021
1 parent b6b04bf commit ef3abf8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 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,14,5
PRODUCTVERSION 0,3,14,5
FILEVERSION 0,3,1,0
PRODUCTVERSION 0,3,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -550,14 +550,14 @@ BEGIN
BEGIN
BLOCK "040904e4"
BEGIN
VALUE "CompanyName", "HertzDevil"
VALUE "CompanyName", "Dn Programming Core Management"
VALUE "FileDescription", "Dn-FamiTracker, Extension of FamiTracker"
VALUE "FileVersion", "0.3.14.5"
VALUE "FileVersion", "0.3.1.0"
VALUE "InternalName", "Dn-FamiTracker.exe"
VALUE "LegalCopyright", " (c) jsr, HertzDevil 2005-2016 All rights reserved."
VALUE "LegalCopyright", "(c) jsr, HertzDevil 2005-2016, Dn Programming Core Management 2017-2021. All rights reserved."
VALUE "OriginalFilename", "Dn-FamiTracker.exe"
VALUE "ProductName", "Dn-FamiTracker"
VALUE "ProductVersion", "0.3.14.5"
VALUE "ProductVersion", "0.3.1.0"
END
END
BLOCK "VarFileInfo"
Expand Down Expand Up @@ -1072,10 +1072,10 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CONTROL "",IDC_HEAD,"Static",SS_OWNERDRAW,0,0,287,49
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,0,49,287,1
ICON IDR_MAINFRAME,IDC_ICON_STATIC,11,58,21,20,SS_REALSIZEIMAGE
ICON IDR_MAINFRAME,IDC_ICON_STATIC,11,58,20,20,SS_REALSIZEIMAGE
LTEXT "Dn-FamiTracker",IDC_ABOUT1,54,58,219,11,SS_NOPREFIX
LTEXT "Persune's mod of 0CC-FamiTracker",IDC_ABOUT2,54,76,167,11,SS_NOPREFIX
LTEXT "Copyright (C) 2005 - 2015 jsr, 2014 - 2016 HertzDevil",IDC_ABOUT3,54,92,215,11
LTEXT "Mod of 0CC-FamiTracker",IDC_ABOUT2,54,72,167,8,SS_NOPREFIX
LTEXT "Copyright (C) 2005 - 2015 jsr, 2014 - 2018 HertzDevil,\nDn Programming Core Management 2017-2021.",IDC_ABOUT3,54,84,215,16
LTEXT "Web:",IDC_STATIC,54,107,24,9
LTEXT "https://github.com/Gumball2415/Dn-FamiTracker/issues",IDC_BUG,84,134,194,9,SS_NOTIFY
LTEXT "All comments and feedback are welcome\nGreets to everyone who has helped spread information about this mod or contributed with bug reports and suggestions!",IDC_STATIC,54,150,224,26
Expand Down
2 changes: 1 addition & 1 deletion Source/AboutDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ BOOL CAboutDlg::OnInitDialog()
_T("- DPCM sample bit order reverser mod by Persune\r\n") // // !!
_T("- Module text import/export by rainwarrior")); // // //
SetDlgItemText(IDC_ABOUT_LIB, // // !!
_T("- Blip_buffer 0.4.1 is Copyright (C) blargg (LGPL v2.1)\r\n (modified by nyanpasu64)")
_T("- Blip_buffer 0.4.1 is Copyright (C) blargg (LGPL v2.1)\r\n (modified by nyanpasu64)\r\n")
_T("- FFT code is (C) 2017 Project Nayuki (MIT)\r\n")
_T("- emu2413 v1.5.2 (C) Mitsutaka Okazaki (MIT)\r\n")
_T("- 2A03 sound emulator from NSFPlay\r\n")
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

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

#define VERSION VERSION_API,VERSION_MAJ,VERSION_MIN,VERSION_REV
Expand Down

0 comments on commit ef3abf8

Please sign in to comment.