From 7cb915c448195a289905e6305e37d83cb964ff85 Mon Sep 17 00:00:00 2001 From: Xun Li Date: Thu, 16 May 2019 10:59:54 -0700 Subject: [PATCH] Update version.h --- version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.h b/version.h index 18912ca32..7f2760818 100644 --- a/version.h +++ b/version.h @@ -2,10 +2,10 @@ namespace Gda { const int version_major = 1; const int version_minor = 12; const int version_build = 1; - const int version_subbuild = 235; + const int version_subbuild = 237; const int version_year = 2019; const int version_month = 5; - const int version_day = 15; + const int version_day = 16; const int version_night = 0; const int version_type = 2; // 0: alpha, 1: beta, 2: release }