Skip to content

Commit a9ec520

Browse files
authored
Merge pull request #93 from ligenxxxx/release-version-1.1.0
modify version to 1.1.0
2 parents dd2f872 + ac3359a commit a9ec520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define __VERSION_H_
33

44
#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)
5+
#define VTX_VERSION_MINOR 1 // 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)