Skip to content

Commit

Permalink
change version to "0.17.0 wip"
Browse files Browse the repository at this point in the history
  • Loading branch information
YarikTH committed Sep 10, 2023
1 parent 6639e68 commit c5e4724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/ureact/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
#define UREACT_VERSION_HPP

#define UREACT_VERSION_MAJOR 0
#define UREACT_VERSION_MINOR 16
#define UREACT_VERSION_MINOR 17
#define UREACT_VERSION_PATCH 0
#define UREACT_VERSION_STR "0.16.0"
#define UREACT_VERSION_STR "0.17.0 wip"

#define UREACT_VERSION \
( UREACT_VERSION_MAJOR * 10000 + UREACT_VERSION_MINOR * 100 + UREACT_VERSION_PATCH )
Expand Down

0 comments on commit c5e4724

Please sign in to comment.