diff --git a/README.md b/README.md index 57e6103e7b1..cbe110f4f00 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## Automated Testing Status on Travis-CI -### Version 6.0.1 develop — build 33 +### Version 6.0.1 develop — build 34 [![Build Status](https://travis-ci.org/MODFLOW-USGS/modflow6.svg?branch=develop)](https://travis-ci.org/MODFLOW-USGS/modflow6) ## Introduction @@ -31,7 +31,7 @@ MODFLOW 6 is the latest core version of MODFLOW. It synthesizes many of the capa #### ***Software/Code citation for MODFLOW 6:*** -[Langevin, C.D., Hughes, J.D., Banta, E.R., Provost, A.M., Niswonger, R.G., and Panday, Sorab, 2018, MODFLOW 6 Modular Hydrologic Model version 6.0.1 — develop: U.S. Geological Survey Software Release, 20 February 2018, https://doi.org/10.5066/F76Q1VQV](https://doi.org/10.5066/F76Q1VQV) +[Langevin, C.D., Hughes, J.D., Banta, E.R., Provost, A.M., Niswonger, R.G., and Panday, Sorab, 2018, MODFLOW 6 Modular Hydrologic Model version 6.0.1 — develop: U.S. Geological Survey Software Release, 22 February 2018, https://doi.org/10.5066/F76Q1VQV](https://doi.org/10.5066/F76Q1VQV) ## Instructions for building definition files for new packages diff --git a/doc/ReleaseNotes/ReleaseNotes.tex b/doc/ReleaseNotes/ReleaseNotes.tex index 055877ca999..37cee9d9adc 100644 --- a/doc/ReleaseNotes/ReleaseNotes.tex +++ b/doc/ReleaseNotes/ReleaseNotes.tex @@ -313,7 +313,7 @@ \section{Installation and Executation} \section{Compiling MODFLOW 6} MODFLOW 6 has been compiled using Intel Visual Fortran and gfortran on the Windows and Mac/OS operating systems. Because the program uses relatively new Fortran capabilities, newer versions of the compilers may be required for successful compilation. For example, to use gfortran to compile MODFLOW 6, gfortran version 4.9 or newer must be used. If you have gfortran installed on your computer, you can tell which version it is by entering ``\verb|gfortran --version|'' at a terminal window. -This distribution contains the Microsoft Visual Studio project files for compiling MODFLOW 6 on Windows using the Intel Fortran Compiler. The files have been used successfully with Visual Studio 2015 and Intel(R) Visual Fortran Compiler 17.0.4.210. +This distribution contains the Microsoft Visual Studio project files for compiling MODFLOW 6 on Windows using the Intel Fortran Compiler. The files have been used successfully with Visual Studio 2017 and Intel(R) Visual Fortran Compiler 18.0.1.156. This distribution also comes with a makefile for compiling MODFLOW 6 with gfortran. The makefile is contained in the \texttt{make} folder. diff --git a/doc/version.py b/doc/version.py index 45780fbe1b2..848a0a5a435 100644 --- a/doc/version.py +++ b/doc/version.py @@ -1,11 +1,11 @@ # MODFLOW 6 version file automatically created using...pre-commit.py -# created on...February 20, 2018 15:19:40 +# created on...February 22, 2018 10:34:02 major = 6 minor = 0 micro = 1 -build = 33 -commit = 35 +build = 34 +commit = 36 __version__ = '{:d}.{:d}.{:d}'.format(major, minor, micro) __build__ = '{:d}.{:d}.{:d}.{:d}'.format(major, minor, micro, build) diff --git a/doc/version.tex b/doc/version.tex index 65b2bb5c772..e74d87f93af 100644 --- a/doc/version.tex +++ b/doc/version.tex @@ -1,3 +1,3 @@ -\newcommand{\modflowversion}{mf6.0.1.33} -\newcommand{\modflowdate}{February 20, 2018} +\newcommand{\modflowversion}{mf6.0.1.34} +\newcommand{\modflowdate}{February 22, 2018} \newcommand{\currentmodflowversion}{Version \modflowversion---\modflowdate}