From b02dc1fc60f5804274edf7124e7ad7476ba3dd60 Mon Sep 17 00:00:00 2001 From: cbucher Date: Tue, 12 May 2015 07:47:17 +0200 Subject: [PATCH] version 1.14.0.15129 --- shared/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shared/version.h b/shared/version.h index cf95e107..de2c2ba6 100644 --- a/shared/version.h +++ b/shared/version.h @@ -3,13 +3,13 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 14 #define VERSION_BUILD 0 -#define VERSION_BUILD2 15128 +#define VERSION_BUILD2 15129 #define VERSION_FILE "1.14.0" -#define VERSION_PRODUCT "1, 14, 0, 15128" +#define VERSION_PRODUCT "1, 14, 0, 15129" #define VERSION_COPYRIGHT "Copyright (C) 2011-2015 Bucher Christophe" #ifndef _WIN32 -VERSION = 1.14.0.15128 +VERSION = 1.14.0.15129 #endif