Skip to content

Commit 2f34454

Browse files
committed
Attempt to fix mac issue
1 parent 8061415 commit 2f34454

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.vs/slnx.sqlite

0 Bytes
Binary file not shown.

Plateau/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#define PLUG_NAME "Plateau 2"
22
#define PLUG_MFR "Dart"
3-
#define PLUG_VERSION_HEX 0x00010000
4-
#define PLUG_VERSION_STR "1.0.0"
3+
#define PLUG_VERSION_HEX 0x00020000
4+
#define PLUG_VERSION_STR "2.0.0"
55
#define PLUG_UNIQUE_ID 'Pltu'
66
#define PLUG_MFR_ID 'Acme'
77
#define PLUG_URL_STR "https://iplug2.github.io"

0 commit comments

Comments
 (0)