Skip to content

Commit

Permalink
Update version.h
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Dec 19, 2018
1 parent e507531 commit ffe97d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ namespace Gda {
const int version_major = 1;
const int version_minor = 12;
const int version_build = 1;
const int version_subbuild = 181;
const int version_subbuild = 183;
const int version_year = 2018;
const int version_month = 12;
const int version_day = 17;
const int version_night = 1;
const int version_day = 19;
const int version_night = 0;
const int version_type = 2; // 0: alpha, 1: beta, 2: release
}

0 comments on commit ffe97d9

Please sign in to comment.