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 }