From b11c63ea97b8a5e565135b68ac7c1701cf4c251d Mon Sep 17 00:00:00 2001 From: Anthony Islas <128631809+islas@users.noreply.github.com> Date: Wed, 8 May 2024 16:32:03 -0700 Subject: [PATCH] Updating version for v4.6.0 (#2042) TYPE: text only KEYWORDS: v4.6.0, release, version_decl, README SOURCE: internal DESCRIPTION OF CHANGES: Updated the top-level README and inc/version_decl files to reflect V4.6.0, in preparation for the v4.6.0 release LIST OF MODIFIED FILES: M README M inc/version_decl TESTS CONDUCTED: No tests necessary - text only --- README | 2 +- inc/version_decl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 0dc23906..a2135597 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -WRF Model Version 4.5.2 +WRF Model Version 4.6.0 https://www2.mmm.ucar.edu/wrf/users/ diff --git a/inc/version_decl b/inc/version_decl index 4ba1c7a8..6cfe90ea 100644 --- a/inc/version_decl +++ b/inc/version_decl @@ -1 +1 @@ - CHARACTER (LEN=*), PARAMETER :: release_version = 'V4.5.2' + CHARACTER (LEN=*), PARAMETER :: release_version = 'V4.6.0' -- 2.11.4.GIT