Skip to content

Commit

Permalink
Update version.h
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Jan 15, 2025
1 parent ac99d89 commit 54ae1e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 = 22;
const int version_build = 0;
const int version_subbuild = 10;
const int version_year = 2024;
const int version_month = 10;
const int version_day = 8;
const int version_subbuild = 12;
const int version_year = 2025;
const int version_month = 1;
const int version_day = 15;
const int version_night = 0;
const int version_type = 2; // 0: alpha, 1: beta, 2: release
} // namespace Gda

0 comments on commit 54ae1e3

Please sign in to comment.