File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
MelodyEstimator.xcodeproj Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 18
18
<key >CFBundleSignature </key >
19
19
<string >???? </string >
20
20
<key >CFBundleShortVersionString </key >
21
- <string >0.7.0 </string >
21
+ <string >0.7.1 </string >
22
22
<key >CFBundleVersion </key >
23
- <string >0.7.0 </string >
23
+ <string >0.7.1 </string >
24
24
<key >NSHumanReadableCopyright </key >
25
25
<string ></string >
26
26
<key >NSHighResolutionCapable </key >
Original file line number Diff line number Diff line change 153
153
"_DEBUG=1",
154
154
"DEBUG=1",
155
155
"JUCER_XCODE_MAC_F6D2F4CF=1",
156
- "JUCE_APP_VERSION=0.7.0 ",
157
- "JUCE_APP_VERSION_HEX=0x700 ",
156
+ "JUCE_APP_VERSION=0.7.1 ",
157
+ "JUCE_APP_VERSION_HEX=0x701 ",
158
158
"JucePlugin_Build_VST=0",
159
159
"JucePlugin_Build_VST3=0",
160
160
"JucePlugin_Build_AU=0",
186
186
"_NDEBUG=1",
187
187
"NDEBUG=1",
188
188
"JUCER_XCODE_MAC_F6D2F4CF=1",
189
- "JUCE_APP_VERSION=0.7.0 ",
190
- "JUCE_APP_VERSION_HEX=0x700 ",
189
+ "JUCE_APP_VERSION=0.7.1 ",
190
+ "JUCE_APP_VERSION_HEX=0x701 ",
191
191
"JucePlugin_Build_VST=0",
192
192
"JucePlugin_Build_VST3=0",
193
193
"JucePlugin_Build_AU=0",
Original file line number Diff line number Diff line change 40
40
namespace ProjectInfo
41
41
{
42
42
const char * const projectName = " MelodyEstimator" ;
43
- const char * const versionString = " 0.7.0 " ;
44
- const int versionNumber = 0x700 ;
43
+ const char * const versionString = " 0.7.1 " ;
44
+ const int versionNumber = 0x701 ;
45
45
}
46
46
#endif
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
3
3
<JUCERPROJECT id =" B5zO5T" name =" MelodyEstimator" displaySplashScreen =" 0" reportAppUsage =" 0"
4
- splashScreenColour =" Dark" projectType =" guiapp" version =" 0.7.0 "
4
+ splashScreenColour =" Dark" projectType =" guiapp" version =" 0.7.1 "
5
5
bundleIdentifier =" net.tkrworks.MelodyEstimator" includeBinaryInAppConfig =" 1"
6
6
cppLanguageStandard =" 14" jucerVersion =" 5.2.0" companyCopyright =" " >
7
7
<MAINGROUP id =" vzmZaj" name =" MelodyEstimator" >
You can’t perform that action at this time.
0 commit comments