From a6586c8bb5aac5cde19d7db1a5542047cd899e5d Mon Sep 17 00:00:00 2001 From: Xun Li Date: Fri, 8 Jul 2016 14:09:13 -0700 Subject: [PATCH] update version --- version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.h b/version.h index 170674162..8b0ad9a8f 100644 --- a/version.h +++ b/version.h @@ -4,8 +4,8 @@ namespace Gda { const int version_build = 9; const int version_subbuild = 1; const int version_year = 2016; - const int version_month = 6; - const int version_day = 23; + const int version_month = 7; + const int version_day = 8; const int version_night = 0; const int version_type = 1; // 0: alpha, 1: beta, 2: release }