Skip to content

Commit

Permalink
Per #2123, update the software verison number to 11.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Apr 7, 2022
1 parent cf7ddec commit 69eb830
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion met/src/basic/vx_util/util_constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
////////////////////////////////////////////////////////////////////////

// Released versions of MET
static const char met_version_11_0_0[] = "V11.0.0";
static const char met_version_10_1_0[] = "V10.1.0";
static const char met_version_10_0_0[] = "V10.0.0";
static const char met_version_9_1[] = "V9.1";
Expand All @@ -40,7 +41,7 @@ static const char met_version_1_1[] = "V1.1";

////////////////////////////////////////////////////////////////////////

static const char * const met_version = met_version_10_1_0;
static const char * const met_version = met_version_11_0_0;
static const char default_met_data_dir[] = "MET_BASE";
static const char txt_file_ext[] = ".txt";
static const char stat_file_ext[] = ".stat";
Expand Down

0 comments on commit 69eb830

Please sign in to comment.