Skip to content

Commit

Permalink
update version to 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed May 9, 2016
1 parent 633efa8 commit 146da85
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
@@ -1,11 +1,11 @@
namespace Gda {
const int version_major = 1;
const int version_minor = 8;
const int version_build = 6;
const int version_build = 7;
const int version_subbuild = 0;
const int version_year = 2016;
const int version_month = 5;
const int version_day = 6;
const int version_day = 8;
const int version_night = 0;
const int version_type = 1; // 0: alpha, 1: beta, 2: release
}

0 comments on commit 146da85

Please sign in to comment.