Skip to content

Commit 3118841

Browse files
authored
Merge pull request #68 from ligenxxxx/release-version-1.0.0
release version 1.0.0
2 parents 2730e57 + d1cf694 commit 3118841

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#ifndef __VERSION_H_
22
#define __VERSION_H_
33

4-
#define VTX_VERSION_MAJOR 0 // increment when a major release is made (big new feature, etc)
5-
#define VTX_VERSION_MINOR 1 // increment when a minor release is made (small new feature, change etc)
4+
#define VTX_VERSION_MAJOR 1 // increment when a major release is made (big new feature, etc)
5+
#define VTX_VERSION_MINOR 0 // increment when a minor release is made (small new feature, change etc)
66
#define VTX_VERSION_PATCH_LEVEL 0 // increment when a bug is fixed
77
#define VTX_VERSION_STRING STR(VTX_VERSION_MAJOR) "." STR(VTX_VERSION_MINOR) "." STR(VTX_VERSION_PATCH_LEVEL)
88

0 commit comments

Comments
 (0)