From 6f033d74b86e81366850c0c5c366abd66175693d Mon Sep 17 00:00:00 2001 From: Peinthor Rene Date: Sat, 26 Dec 2015 08:57:22 +0100 Subject: [PATCH] stay on 3.8.0 until released --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 7f2fd7d5..004bb11b 100644 --- a/src/version.h +++ b/src/version.h @@ -2,7 +2,7 @@ #define GEN_VERSION_H #define MAJOR_VERSION 3 #define MINOR_VERSION 8 -#define PATCH_VERSION 99 +#define PATCH_VERSION 0 #define str(s) #s #define xstr(s) str(s)