From 7f4446b9b76ac3d7c0cf8a28fe38eb3e436d979d Mon Sep 17 00:00:00 2001 From: rpeacoc Date: Wed, 28 Jul 2021 14:49:43 -0400 Subject: [PATCH] CFAST: Update version to 7.7.1 --- Source/CFAST/cfast_data.f90 | 2 +- Source/Cdata/cdata.f90 | 2 +- Source/Cedit/AssemblyInfo.vb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/CFAST/cfast_data.f90 b/Source/CFAST/cfast_data.f90 index b4fd1b5a7..857aa85ac 100644 --- a/Source/CFAST/cfast_data.f90 +++ b/Source/CFAST/cfast_data.f90 @@ -331,7 +331,7 @@ module setup_data real(eb) :: stime, deltat character(len=128) :: title - integer :: cfast_version = 7700 ! current cfast version + integer :: cfast_version = 7701 ! current cfast version logical :: nokbd=.false., initializeonly=.false., overwrite_testcase=.true. logical :: debugging = .false., validation_flag = .false., netheatflux = .false. diff --git a/Source/Cdata/cdata.f90 b/Source/Cdata/cdata.f90 index 6939e5247..4da88331e 100644 --- a/Source/Cdata/cdata.f90 +++ b/Source/Cdata/cdata.f90 @@ -32,7 +32,7 @@ program CData integer :: program_version program_name = 'CData' - program_version = 7700 + program_version = 7701 if (command_argument_count().eq.0) then call output_version(0,program_name,program_version) diff --git a/Source/Cedit/AssemblyInfo.vb b/Source/Cedit/AssemblyInfo.vb index 32b9b78f9..66c305aa5 100644 --- a/Source/Cedit/AssemblyInfo.vb +++ b/Source/Cedit/AssemblyInfo.vb @@ -29,4 +29,4 @@ Imports System.Runtime.InteropServices ' You can specify all the values or you can default the Build and Revision Numbers ' by using the '*' as shown below: - +