Skip to content

Commit

Permalink
Merge pull request #310 from beached/v3
Browse files Browse the repository at this point in the history
Updated version to 3_0_0
  • Loading branch information
beached authored Jun 28, 2022
2 parents 5fe6764 + f5dd6f9 commit 76ef0c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/daw/json/impl/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
/// The version string used in namespace definitions. Must be a valid namespace
/// name.
#if not defined( DAW_JSON_VER_OVERRIDE )
#define DAW_JSON_VER v3_0_0_beta
// Should be updated when a potential ABI break is anticipated
#define DAW_JSON_VER v3_0_0
#else
#define DAW_JSON_VER DAW_JSON_VER_OVERRIDE
#endif
Expand Down

0 comments on commit 76ef0c7

Please sign in to comment.