From 0126ca42088441beafc44b6b186359146e295824 Mon Sep 17 00:00:00 2001 From: Xun Li Date: Thu, 14 Jul 2016 14:37:23 -0700 Subject: [PATCH] update version to 1.8.10 release --- version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.h b/version.h index 98bd9c45f..eee789ed4 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 = 9; - const int version_subbuild = 5; + const int version_build = 10; + const int version_subbuild = 0; const int version_year = 2016; const int version_month = 7; const int version_day = 14; const int version_night = 0; - const int version_type = 1; // 0: alpha, 1: beta, 2: release + const int version_type = 2; // 0: alpha, 1: beta, 2: release }