From fb4c0f03e81c56e892b391d248cf345be3336276 Mon Sep 17 00:00:00 2001 From: Dave Gill Date: Fri, 27 Apr 2018 12:11:46 -0600 Subject: [PATCH] Update version_decl and top level README for Friendly #2 TYPE: text only KEYWORDS: version, Friendly #2 SOURCE: internal DESCRIPTION OF CHANGES: Update version information in top-level README and version_decl to Friendly #2. LIST OF MODIFIED FILES: M README M inc/version_decl TESTS CONDUCTED: 1. No tests at all. --- README | 4 ++-- inc/version_decl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 95af8ae9f6..40647d92c3 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -WRF Model Version 3.9.1.1 (August 28, 2017) +WRF Model Version 4.0 Friendly #2 (April 30, 2018) http://wrf-model.org/users/users.php ------------------------ @@ -24,7 +24,7 @@ infringement actions. ====================================== -This is the main directory for the WRF Version 3 source code release. +This is the main directory for the WRF Version 4 source code release. ====================================== V3.9.1.1 Release Notes (8/28/17): diff --git a/inc/version_decl b/inc/version_decl index 53272fa91a..fe7b935100 100644 --- a/inc/version_decl +++ b/inc/version_decl @@ -1 +1 @@ - CHARACTER (LEN=10) :: release_version = 'V4.0FR#1 ' + CHARACTER (LEN=10) :: release_version = 'V4.0FR#2 '