Skip to content

Commit

Permalink
Update version.h
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Mar 4, 2024
1 parent b1fe61d commit 320457a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 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 = 22;
const int version_build = 0;
const int version_subbuild = 4;
const int version_year = 2023;
const int version_month = 10;
const int version_day = 9;
const int version_night = 0;
const int version_type = 2; // 0: alpha, 1: beta, 2: release
} // namespace Gda
const int version_major = 1;
const int version_minor = 22;
const int version_build = 0;
const int version_subbuild = 6;
const int version_year = 2024;
const int version_month = 3;
const int version_day = 4;
const int version_night = 0;
const int version_type = 2; // 0: alpha, 1: beta, 2: release
} // namespace Gda

0 comments on commit 320457a

Please sign in to comment.