Skip to content

Commit

Permalink
Update version.h
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Oct 11, 2019
1 parent 93e29b7 commit d69a20a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ namespace Gda {
const int version_build = 0;
const int version_subbuild = 2;
const int version_year = 2019;
const int version_month = 9;
const int version_day = 26;
const int version_month = 10;
const int version_day = 10;
const int version_night = 0;
const int version_type = 2; // 0: alpha, 1: beta, 2: release
}

0 comments on commit d69a20a

Please sign in to comment.