Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 20b813c

Browse files
committedSep 13, 2020
Version.h
1 parent fb74139 commit 20b813c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
#define VERSION_API 0
3636
#define VERSION_MAJ 2
37-
#define VERSION_MIN 0
37+
#define VERSION_MIN 1
3838
#define VERSION_REV 0
3939

4040
#define VERSION VERSION_API,VERSION_MAJ,VERSION_MIN,VERSION_REV

0 commit comments

Comments
 (0)
Please sign in to comment.