Skip to content

Commit

Permalink
Update version.h to v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ligenxxxx committed Apr 22, 2024
1 parent 2543d13 commit 8c83d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define __VERSION_H_

#define VTX_VERSION_MAJOR 1 // increment when a major release is made (big new feature, etc)
#define VTX_VERSION_MINOR 5 // increment when a minor release is made (small new feature, change etc)
#define VTX_VERSION_MINOR 6 // increment when a minor release is made (small new feature, change etc)
#define VTX_VERSION_PATCH_LEVEL 0 // increment when a bug is fixed
#define VTX_VERSION_STRING STR(VTX_VERSION_MAJOR) "." STR(VTX_VERSION_MINOR) "." STR(VTX_VERSION_PATCH_LEVEL)

Expand Down

0 comments on commit 8c83d1b

Please sign in to comment.