Skip to content

Commit

Permalink
Merge pull request #68 from ligenxxxx/release-version-1.0.0
Browse files Browse the repository at this point in the history
release version 1.0.0
  • Loading branch information
ligenxxxx committed Dec 17, 2022
2 parents 2730e57 + d1cf694 commit 3118841
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 3118841

Please sign in to comment.