Skip to content

Commit 8ac5630

Browse files
committed
Update DAW_JSON_VER to v3_30_2
Incremented the DAW_JSON_VER to reflect the new version update. This change ensures alignment with the anticipated ABI modifications and versioning consistency.
1 parent 5d5ea73 commit 8ac5630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/daw/json/impl/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
#if not defined( DAW_JSON_VER_OVERRIDE )
1818
// Should be updated when a potential ABI break is anticipated
1919
#if defined( DEBUG ) or not defined( NDEBUG )
20-
#define DAW_JSON_VER v3_29_0d
20+
#define DAW_JSON_VER v3_30_2d
2121
#else
22-
#define DAW_JSON_VER v3_29_0
22+
#define DAW_JSON_VER v3_30_2
2323
#endif
2424
#else
2525
#define DAW_JSON_VER DAW_JSON_VER_OVERRIDE

0 commit comments

Comments
 (0)