fix release info in src/gen_version.h

This commit is contained in:
mp466
2015-04-27 19:09:15 -05:00
parent c1482fd34f
commit 357847207b

View File

@@ -1,8 +1,8 @@
#ifndef GEN_VERSION_H
#define GEN_VERSION_H
#define MAJOR_VERSION 3
#define MINOR_VERSION 5
#define PATCH_VERSION 99
#define MINOR_VERSION 6
#define PATCH_VERSION 0
#define str(s) #s
#define xstr(s) str(s)