Skip to content

Commit

Permalink
release/v2.19.1: updating version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
serban-nicusor-toptal committed Apr 18, 2019
1 parent 559516c commit 77a398e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Describe what you expect the output to be. Knowing the correct behavior is also
Provide any additional information here.

#### Current Version:
v2.19.0
v2.19.1
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ifneq ($(filter-out clean clean-% print-% help help-% manual stan-update/% stan-
-include src/cmdstan/stanc.d
endif

CMDSTAN_VERSION := 2.19.0
CMDSTAN_VERSION := 2.19.1

.PHONY: help
help:
Expand Down
2 changes: 1 addition & 1 deletion src/docs/cmdstan-guide/cmdstan-guide.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

\usepackage{stan-manuals}

\newcommand{\cmdstanversion}{2.19.0}
\newcommand{\cmdstanversion}{2.19.1}
\newcommand{\CmdStan}{CmdStan\xspace}

\begin{document}
Expand Down
2 changes: 1 addition & 1 deletion src/docs/cmdstan-guide/getting-started.tex
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ \section{Building \CmdStan}
%
\begin{quote}
\begin{Verbatim}
--- CmdStan v2.19.0 built ---
--- CmdStan v2.19.1 built ---
\end{Verbatim}
\end{quote}
%
Expand Down
12 changes: 6 additions & 6 deletions src/docs/cmdstan-guide/installation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ \subsubsection{Stan Library Source}
\begin{itemize}
\item Home: \url{http://mc-stan.org/stan.html}
\item License: BSD
\item Tested Version: 2.19.0
\item Tested Version: 2.19.1
\end{itemize}
%
The Stan source code is distributed with \CmdStan.
Expand All @@ -84,7 +84,7 @@ \subsubsection{Stan Math Library Source}
\begin{itemize}
\item Home: \url{http://mc-stan.org}
\item License: BSD
\item Tested Version: 2.19.0
\item Tested Version: 2.19.1
\end{itemize}
%
The Stan Math Library source code is distributed with \CmdStan
Expand Down Expand Up @@ -295,7 +295,7 @@ \subsection{Downloading and Unpacking \CmdStan}
%
\begin{quote}
\begin{Verbatim}[fontshape=sl,fontsize=\small]
> tar --no-same-owner -xzf cmdstan-2.19.0.tar.gz
> tar --no-same-owner -xzf cmdstan-2.19.1.tar.gz
\end{Verbatim}
\end{quote}
%
Expand Down Expand Up @@ -449,7 +449,7 @@ \subsection{Downloading and Unpacking \CmdStan Source}
%
\begin{quote}
\begin{Verbatim}[fontshape=sl,fontsize=\small]
> tar -xzf cmdstan-2.19.0.tar.gz
> tar -xzf cmdstan-2.19.1.tar.gz
\end{Verbatim}
\end{quote}

Expand Down Expand Up @@ -518,10 +518,10 @@ \subsubsection{Changing Library Locations}
%
\begin{itemize}
\item \Verb|STAN|. The location of the Stan source
directory. The default is \Verb|STAN=stan_2.19.0/|. Note: the
directory. The default is \Verb|STAN=stan_2.19.1/|. Note: the
trailing forward slash is necessary.
\item \Verb|MATH|. The location of the Stan Math Library. The
default is \Verb|MATH=stan/l../stan_math_2.19.0/|.
default is \Verb|MATH=stan/l../stan_math_2.19.1/|.
\item \Verb|BOOST|. The location of the Boost library. If
\Verb|BOOST| is not explicitly set, this will default to the
\Verb|lib/boost_1.66.0/| folder within \Verb|MATH|.
Expand Down

0 comments on commit 77a398e

Please sign in to comment.