Skip to content

Commit

Permalink
Update version to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ligenxxxx authored Jun 21, 2023
1 parent c03979f commit 5a229ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
#define __VERSION_H_

#define VTX_VERSION_MAJOR 1 // increment when a major release is made (big new feature, etc)
#define VTX_VERSION_MINOR 2 // increment when a minor release is made (small new feature, change etc)
#define VTX_VERSION_MINOR 3 // 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)

#define _STR(x) #x
#define STR(x) _STR(x)

#endif /* __VERSION_H_ */
#endif /* __VERSION_H_ */

0 comments on commit 5a229ff

Please sign in to comment.