fix version number

This commit is contained in:
Allen Webster 2017-05-18 17:23:59 -04:00
parent d00bc650ec
commit 5e09e98ab9
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#define MAJOR 4
#define MINOR 0
#define PATCH 19
#define PATCH 20
// string
#define VN__(a,b,c) #a"."#b"."#c