updated version number

master
Allen Webster 2016-05-12 09:42:32 -04:00
parent 3a26993dee
commit 45592ab0f0
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#define MAJOR 4
#define MINOR 0
#define PATCH 3
#define PATCH 4
#define VN__(a,b,c) #a"."#b"."#c
#define VN_(a,b,c) VN__(a,b,c)