Skip to content

Commit 6ae000b

Browse files
committed
Merge branch 'hotfix/add5301toall'
2 parents b78de33 + e8c57d2 commit 6ae000b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/plugin/Info.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ return {
9595
file = "LogSave.lua",
9696
},
9797
},
98-
VERSION = { major=5, minor=3, revision=0, build=0}
98+
VERSION = { major=5, minor=3, revision=0, build=1}
9999
}

tools/doxygen/Midi2lr.Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = MIDI2LR
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 5.3.0.0
41+
PROJECT_NUMBER = 5.3.0.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

tools/installer/MIDI2LR.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project>
22
<shortName>MIDI2LR</shortName>
33
<fullName>MIDI2LR</fullName>
4-
<version>5.3.0.0</version>
4+
<version>5.3.0.1</version>
55
<installerFilename>${product_shortname}-${product_version}-${debuglabel}${platform_name}-installer.${platform_exec_suffix}</installerFilename>
66
<readmeFile>data/translations/ReadMe.txt</readmeFile>
77
<licenseFile>../../LICENSE.txt</licenseFile>

0 commit comments

Comments
 (0)