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 }