From c21d571d625286369212424810af300ca27495c6 Mon Sep 17 00:00:00 2001 From: Anthony Islas <128631809+islas@users.noreply.github.com> Date: Wed, 16 Oct 2024 13:43:45 -0700 Subject: [PATCH] Update version info for release v4.6.1 (#2122) TYPE: text only KEYWORDS: v4.6.1, release, version_decl, README SOURCE: internal DESCRIPTION OF CHANGES: Updated the top-level README and inc/version_decl files to reflect V4.6.1, in preparation for the v4.6.1 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 a2135597d7..64ceeda6b4 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -WRF Model Version 4.6.0 +WRF Model Version 4.6.1 https://www2.mmm.ucar.edu/wrf/users/ diff --git a/inc/version_decl b/inc/version_decl index 6cfe90eaba..20fb319054 100644 --- a/inc/version_decl +++ b/inc/version_decl @@ -1 +1 @@ - CHARACTER (LEN=*), PARAMETER :: release_version = 'V4.6.0' + CHARACTER (LEN=*), PARAMETER :: release_version = 'V4.6.1'