Skip to content

Commit

Permalink
Merge pull request #1926 from rpeacoc/master
Browse files Browse the repository at this point in the history
CFAST: Update version to 7.7.1
  • Loading branch information
rpeacoc authored Jul 28, 2021
2 parents b8782b1 + 7f4446b commit 67bb5b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/CFAST/cfast_data.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Source/Cdata/cdata.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Source/Cedit/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<Assembly: AssemblyVersion("7.7.0.0")>
<Assembly: AssemblyVersion("7.7.1.0")>

0 comments on commit 67bb5b3

Please sign in to comment.