Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidWallOfCode authored Jun 15, 2023
1 parent 9d7fd3b commit 9ca0f44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Solid Wall of C++ Library.

# Versioning

* Point release - client code should recompile and work.
* Minor release - API changes that require client code changes that are straight forward (e.g. method name changes).
* Major release - Semantic changes that require significant restructuring or redesign of client code.
* Point release - Backwards compatible change that requires only a recompilation.
* Minor release - Backwards compatible change that requires trivial / obvious code changes to preserve the same functionality / semantics. E.g. a method name change.
* Major release - Semantic changes that require restructuring or redesign of client code.

0 comments on commit 9ca0f44

Please sign in to comment.