diff --git a/BuildTools/CommonDistFiles/web_plugins/samples.sqlite b/BuildTools/CommonDistFiles/web_plugins/samples.sqlite index 86f60850..a8f0d989 100644 Binary files a/BuildTools/CommonDistFiles/web_plugins/samples.sqlite and b/BuildTools/CommonDistFiles/web_plugins/samples.sqlite differ diff --git a/version.h b/version.h index 423df06e..74409f84 100644 --- a/version.h +++ b/version.h @@ -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 = 4; - const int version_year = 2023; - const int version_month = 10; - const int version_day = 9; + 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