diff --git a/FDS_Source/main.f90 b/FDS_Source/main.f90 index 9b05c8ed7b7..724a07b4f0d 100644 --- a/FDS_Source/main.f90 +++ b/FDS_Source/main.f90 @@ -98,7 +98,7 @@ PROGRAM FDS ! Assign a compilation date (All Nodes) -WRITE(VERSION_STRING,'(A)') 'FDS 6.3.1' +WRITE(VERSION_STRING,'(A)') 'FDS 6.3.2' CALL GET_INFO (REVISION,REVISION_DATE,COMPILE_DATE) diff --git a/Manuals/Bibliography/commoncommands.tex b/Manuals/Bibliography/commoncommands.tex index 0ef4145fe9c..1e0ffb0f48b 100644 --- a/Manuals/Bibliography/commoncommands.tex +++ b/Manuals/Bibliography/commoncommands.tex @@ -55,7 +55,7 @@ \usepackage{morefloats} % FDS Version String -\newcommand{\fdsversion}{6.3.1} +\newcommand{\fdsversion}{6.3.2} % Smokeview Version String \newcommand{\smvversion}{6.3.2}