Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 680c772

Browse files
authoredJan 7, 2025··
Merge pull request #314 from Dn-Programming-Core-Management/version-incremement
Release Version 0.5.1.0
2 parents a9cbf00 + 4654268 commit 680c772

File tree

360 files changed

+4847
-4857
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

360 files changed

+4847
-4857
lines changed
 

‎.gitmodules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[submodule "Dn-help"]
22
path = Dn-help
33
url = https://github.com/Dn-Programming-Core-Management/Dn-help.git
4+
branch = release

‎Dn-FamiTracker.rc

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -535,8 +535,8 @@ END
535535
//
536536

537537
VS_VERSION_INFO VERSIONINFO
538-
FILEVERSION 0,5,0,3
539-
PRODUCTVERSION 0,5,0,3
538+
FILEVERSION 0,5,1,0
539+
PRODUCTVERSION 0,5,1,0
540540
FILEFLAGSMASK 0x3fL
541541
#ifdef _DEBUG
542542
FILEFLAGS 0x1L
@@ -553,12 +553,12 @@ BEGIN
553553
BEGIN
554554
VALUE "CompanyName", "Dn Programming Core Management"
555555
VALUE "FileDescription", "Dn-FamiTracker, Extension of FamiTracker"
556-
VALUE "FileVersion", "0.5.0.3"
556+
VALUE "FileVersion", "0.5.1.0"
557557
VALUE "InternalName", "Dn-FamiTracker.exe"
558-
VALUE "LegalCopyright", "(c) jsr 2005-2020, HertzDevil 2014-2018, Dn Programming Core Management 2020-2024. All rights reserved."
558+
VALUE "LegalCopyright", "(c) jsr 2005-2020, HertzDevil 2014-2018, Dn Programming Core Management 2020-2025. All rights reserved."
559559
VALUE "OriginalFilename", "Dn-FamiTracker.exe"
560560
VALUE "ProductName", "Dn-FamiTracker"
561-
VALUE "ProductVersion", "0.5.0.3"
561+
VALUE "ProductVersion", "0.5.1.0"
562562
END
563563
END
564564
BLOCK "VarFileInfo"
@@ -1105,11 +1105,11 @@ BEGIN
11051105
ICON IDR_MAINFRAME,IDC_ICON_STATIC,11,58,20,20,SS_REALSIZEIMAGE
11061106
LTEXT "Dn-FamiTracker",IDC_ABOUT1,54,58,219,11,SS_NOPREFIX
11071107
LTEXT "Extension of 0CC-FamiTracker",IDC_ABOUT2,54,72,167,8,SS_NOPREFIX
1108-
LTEXT "Copyright (C) 2005 - 2020 jsr, 2014 - 2018 HertzDevil,\n2020 - 2024 Dn Programming Core Management.",IDC_ABOUT3,54,84,215,16
1108+
LTEXT "Copyright (C) 2005 - 2020 jsr, 2014 - 2018 HertzDevil,\n2020 - 2025 Dn Programming Core Management.",IDC_ABOUT3,54,84,215,16
11091109
LTEXT "Web:",IDC_STATIC,54,107,24,9
11101110
LTEXT "Dn-FamiTracker issue tracker",IDC_BUG,84,134,194,9,SS_NOTIFY
11111111
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
1112-
LTEXT "This software is licensed under the GNU General Public License.\n0CC / Dn sources are available on Github.\nVanilla source is available on the webpage.",IDC_STATIC,54,181,224,24
1112+
LTEXT "This software is licensed under the GNU General Public License v3.0.\n0CC / Dn sources are available on Github.\nVanilla source is available on the webpage.",IDC_STATIC,54,181,224,24
11131113
LTEXT "Contributions:",IDC_STATIC,54,210,224,9
11141114
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,54,221,215,1
11151115
LTEXT "Libraries:",IDC_STATIC,54,283,224,8
@@ -3000,12 +3000,16 @@ STRINGTABLE
30003000
BEGIN
30013001
ID_FILE_IMPORTTEXT "Imports module text files\nImport Text"
30023002
ID_FILE_EXPORTTEXT "Exports module as a text file\nExport Text"
3003-
ID_FILE_EXPORTJSON "Exports module in JavaScript Object Notation, for use in scripts\nExport JSON"
30043003
ID_CLEANUP_MERGEDUPLICATEDPATTERNS
30053004
"Combine copies of duplicated patterns\nMerge Duplicated Patterns"
30063005
ID_EDIT_VOLUMEMASK "Disable writing to the volume column while entering a note\nVolume Mark"
30073006
END
30083007

3008+
STRINGTABLE
3009+
BEGIN
3010+
ID_FILE_EXPORTJSON "Exports module in JavaScript Object Notation, for use in scripts\nExport JSON"
3011+
END
3012+
30093013
STRINGTABLE
30103014
BEGIN
30113015
IDS_KRAID "Do you want to carry out this operation? There is no undo for this command."

0 commit comments

Comments
 (0)
Please sign in to comment.