Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dvsku committed Aug 31, 2024
1 parent 96fed4b commit fd84022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/src/dvsku_toolkit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define DT_WEBSITE "https://github.com/dvsku/dvsku_toolkit"

#define DT_VERSION_MAJOR 1
#define DT_VERSION_MINOR 2
#define DT_VERSION_MINOR 3
#define DT_VERSION_REV 0

#define DT_VERSION_PACKED ((uint64_t)DT_VERSION_MAJOR << 48) | (((uint64_t)DT_VERSION_MINOR << 32)) | (((uint64_t)DT_VERSION_REV << 16))
Expand Down

0 comments on commit fd84022

Please sign in to comment.