Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiyukiOkayasu committed Jan 11, 2018
1 parent 1248820 commit ca0bfe8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Builds/MacOSX/Info-App.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>0.6.1</string>
<string>0.7.0</string>
<key>CFBundleVersion</key>
<string>0.6.1</string>
<string>0.7.0</string>
<key>NSHumanReadableCopyright</key>
<string></string>
<key>NSHighResolutionCapable</key>
Expand Down
8 changes: 4 additions & 4 deletions Builds/MacOSX/MelodyEstimator.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@
"_DEBUG=1",
"DEBUG=1",
"JUCER_XCODE_MAC_F6D2F4CF=1",
"JUCE_APP_VERSION=0.6.1",
"JUCE_APP_VERSION_HEX=0x601",
"JUCE_APP_VERSION=0.7.0",
"JUCE_APP_VERSION_HEX=0x700",
"JucePlugin_Build_VST=0",
"JucePlugin_Build_VST3=0",
"JucePlugin_Build_AU=0",
Expand Down Expand Up @@ -186,8 +186,8 @@
"_NDEBUG=1",
"NDEBUG=1",
"JUCER_XCODE_MAC_F6D2F4CF=1",
"JUCE_APP_VERSION=0.6.1",
"JUCE_APP_VERSION_HEX=0x601",
"JUCE_APP_VERSION=0.7.0",
"JUCE_APP_VERSION_HEX=0x700",
"JucePlugin_Build_VST=0",
"JucePlugin_Build_VST3=0",
"JucePlugin_Build_AU=0",
Expand Down
4 changes: 2 additions & 2 deletions JuceLibraryCode/JuceHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
namespace ProjectInfo
{
const char* const projectName = "MelodyEstimator";
const char* const versionString = "0.6.1";
const int versionNumber = 0x601;
const char* const versionString = "0.7.0";
const int versionNumber = 0x700;
}
#endif
2 changes: 1 addition & 1 deletion MelodyEstimator.jucer
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<JUCERPROJECT id="B5zO5T" name="MelodyEstimator" displaySplashScreen="0" reportAppUsage="0"
splashScreenColour="Dark" projectType="guiapp" version="0.6.1"
splashScreenColour="Dark" projectType="guiapp" version="0.7.0"
bundleIdentifier="net.tkrworks.MelodyEstimator" includeBinaryInAppConfig="1"
cppLanguageStandard="14" jucerVersion="5.2.0" companyCopyright="">
<MAINGROUP id="vzmZaj" name="MelodyEstimator">
Expand Down

0 comments on commit ca0bfe8

Please sign in to comment.