File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
/* * Current SquarePine major version number. */
37
37
#define SQUAREPINE_MAJOR_VERSION 1
38
38
/* * Current SquarePine minor version number. */
39
- #define SQUAREPINE_MINOR_VERSION 6
39
+ #define SQUAREPINE_MINOR_VERSION 7
40
40
/* * Current SquarePine build version number. */
41
41
#define SQUAREPINE_BUILDNUMBER 0
42
42
/* * Current SquarePine version number as a string. */
43
- #define SQUAREPINE_VERSION_STRING " 1.6 .0"
43
+ #define SQUAREPINE_VERSION_STRING " 1.7 .0"
44
44
/* * Current SquarePine version number as a string. */
45
- #define SQUAREPINE_FULL_VERSION_STRING " SquarePine v1.6 .0"
45
+ #define SQUAREPINE_FULL_VERSION_STRING " SquarePine v1.7 .0"
46
46
47
47
// ==============================================================================
48
48
#undef JUCE_CORE_INCLUDE_JNI_HELPERS
You can’t perform that action at this time.
0 commit comments