Skip to content

Commit

Permalink
Update version.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ligenxxxx committed Dec 10, 2022
1 parent 2730e57 commit d1cf694
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
@@ -1,8 +1,8 @@
#ifndef __VERSION_H_
#define __VERSION_H_

#define VTX_VERSION_MAJOR 0 // 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_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_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 d1cf694

Please sign in to comment.