This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Fixed JUCE_BUILDNUMBER which was not correctly updated to 4.2.2.
tags/2021-05-28
Timur Doumler
9 years ago
parent
2c7a0e067e
commit
fe3765308c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/juce_core/system/juce_StandardHeader.h
+ 1
- 1
modules/juce_core/system/juce_StandardHeader.h
View File
@@ -36,7 +36,7 @@
*/
#define JUCE_MAJOR_VERSION 4
#define JUCE_MINOR_VERSION 2
#define JUCE_BUILDNUMBER
1
#define JUCE_BUILDNUMBER
2
/** Current Juce version number.
Write
Preview
Loading…
Cancel
Save