Skip to content

Commit

Permalink
Merge pull request #115 from ligenxxxx/main
Browse files Browse the repository at this point in the history
modify version to 1.2.0
  • Loading branch information
ligenxxxx authored Mar 28, 2023
2 parents 4a57e23 + 99a75c0 commit 618465e
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 1 // increment when a minor release is made (small new feature, change etc)
#define VTX_VERSION_MINOR 2 // 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 618465e

Please sign in to comment.