Skip to content

Commit

Permalink
Merge pull request #93 from ligenxxxx/release-version-1.1.0
Browse files Browse the repository at this point in the history
modify version to 1.1.0
  • Loading branch information
ligenxxxx authored Jan 18, 2023
2 parents dd2f872 + ac3359a commit a9ec520
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 0 // increment when a minor release is made (small new feature, change etc)
#define VTX_VERSION_MINOR 1 // 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 a9ec520

Please sign in to comment.