From 320457a261c5c1f9d063aa499ca87f495d4bb135 Mon Sep 17 00:00:00 2001 From: Xun Li Date: Mon, 4 Mar 2024 16:02:29 -0700 Subject: [PATCH] Update version.h --- version.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/version.h b/version.h index 423df06e..add72800 100644 --- a/version.h +++ b/version.h @@ -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