Skip to content

Commit 8388265

Browse files
committed
Update the defs to v1.7.0.
1 parent 3e2c7a6 commit 8388265

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/squarepine_core/squarepine_core.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
/** Current SquarePine major version number. */
3737
#define SQUAREPINE_MAJOR_VERSION 1
3838
/** Current SquarePine minor version number. */
39-
#define SQUAREPINE_MINOR_VERSION 6
39+
#define SQUAREPINE_MINOR_VERSION 7
4040
/** Current SquarePine build version number. */
4141
#define SQUAREPINE_BUILDNUMBER 0
4242
/** Current SquarePine version number as a string. */
43-
#define SQUAREPINE_VERSION_STRING "1.6.0"
43+
#define SQUAREPINE_VERSION_STRING "1.7.0"
4444
/** 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"
4646

4747
//==============================================================================
4848
#undef JUCE_CORE_INCLUDE_JNI_HELPERS

0 commit comments

Comments
 (0)