From ffe97d99a746bf1bf88c0f87669d2a0d44b5e146 Mon Sep 17 00:00:00 2001 From: Xun Li Date: Wed, 19 Dec 2018 13:36:04 -0700 Subject: [PATCH] Update version.h --- version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.h b/version.h index 7ee156470..46b852a10 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 = 181; + const int version_subbuild = 183; const int version_year = 2018; const int version_month = 12; - const int version_day = 17; - const int version_night = 1; + const int version_day = 19; + const int version_night = 0; const int version_type = 2; // 0: alpha, 1: beta, 2: release }