Skip to content

Commit

Permalink
update version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Apr 18, 2016
1 parent ac6065e commit 9d591ef
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
@@ -1,10 +1,10 @@
namespace Gda {
const int version_major = 1;
const int version_minor = 7;
const int version_build = 115;
const int version_minor = 8;
const int version_build = 0;
const int version_year = 2016;
const int version_month = 4;
const int version_day = 16;
const int version_day = 18;
const int version_night = 0;
const int version_type = 1; // 0: alpha, 1: beta, 2: release
}

0 comments on commit 9d591ef

Please sign in to comment.