From 51711fab1c03466896b07dd61d0745e810a7f0cd Mon Sep 17 00:00:00 2001 From: mcgratta Date: Tue, 17 Nov 2015 17:13:52 -0500 Subject: [PATCH] FDS Source: Change version string Former-commit-id: b40b577de7bf5a69a22a76e18345e8afa640a6e4 [formerly 19a41a36aa290adbd92043880542495bb7f6401b] Former-commit-id: 23855871841c49961c8af4ef0ca7b827a023613c Former-commit-id: 969c3e6f31f7b838506747f3d89fb93370a8f66e --- FDS_Source/main.f90 | 2 +- Manuals/Bibliography/commoncommands.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}