From 146da85d22333e81ba19c8e609e30984478ce126 Mon Sep 17 00:00:00 2001 From: Xun Li Date: Sun, 8 May 2016 23:22:27 -0700 Subject: [PATCH] update version to 1.8.7 --- version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.h b/version.h index ffa30775c..860d830bb 100644 --- a/version.h +++ b/version.h @@ -1,11 +1,11 @@ namespace Gda { const int version_major = 1; const int version_minor = 8; - const int version_build = 6; + const int version_build = 7; const int version_subbuild = 0; const int version_year = 2016; const int version_month = 5; - const int version_day = 6; + const int version_day = 8; const int version_night = 0; const int version_type = 1; // 0: alpha, 1: beta, 2: release }