Skip to content

Commit 5b16be0

Browse files
committed
release/v2.16.0: updating version numbers
1 parent b9c05f6 commit 5b16be0

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ Describe what you expect the output to be. Knowing the correct behavior is also
2424
Provide any additional information here.
2525

2626
#### Current Version:
27-
v2.15.0
27+
v2.16.0

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ STANCFLAGS ?=
3939
USER_HEADER ?= $(dir $<)user_header.hpp
4040
EXE =
4141
PATH_SEPARATOR = /
42-
CMDSTAN_VERSION := 2.15.0
42+
CMDSTAN_VERSION := 2.16.0
4343

4444
##
4545
# Get information about the compiler used.

src/docs/cmdstan-guide/cmdstan-guide.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
\usepackage{../../../stan/src/docs/stan-reference/stan-manuals}
44

5-
\newcommand{\cmdstanversion}{2.15.0}
5+
\newcommand{\cmdstanversion}{2.16.0}
66
\newcommand{\CmdStan}{CmdStan\xspace}
77

88
\begin{document}

src/docs/cmdstan-guide/getting-started.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ \section{Building \CmdStan}
9797
%
9898
\begin{quote}
9999
\begin{Verbatim}
100-
--- CmdStan v2.15.0 built ---
100+
--- CmdStan v2.16.0 built ---
101101
\end{Verbatim}
102102
\end{quote}
103103
%

src/docs/cmdstan-guide/installation.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ \subsubsection{Stan Library Source}
7171
\begin{itemize}
7272
\item Home: \url{http://mc-stan.org/stan.html}
7373
\item License: BSD
74-
\item Tested Version: 2.15.0
74+
\item Tested Version: 2.16.0
7575
\end{itemize}
7676
%
7777
The Stan source code is distributed with \CmdStan.
@@ -85,7 +85,7 @@ \subsubsection{Stan Math Library Source}
8585
\begin{itemize}
8686
\item Home: \url{http://mc-stan.org}
8787
\item License: BSD
88-
\item Tested Version: 2.15.0
88+
\item Tested Version: 2.16.0
8989
\end{itemize}
9090
%
9191
The Stan Math Library source code is distributed with \CmdStan
@@ -296,7 +296,7 @@ \subsection{Downloading and Unpacking \CmdStan}
296296
%
297297
\begin{quote}
298298
\begin{Verbatim}[fontshape=sl,fontsize=\small]
299-
> tar --no-same-owner -xzf cmdstan-2.15.0.tar.gz
299+
> tar --no-same-owner -xzf cmdstan-2.16.0.tar.gz
300300
\end{Verbatim}
301301
\end{quote}
302302
%
@@ -450,7 +450,7 @@ \subsection{Downloading and Unpacking \CmdStan Source}
450450
%
451451
\begin{quote}
452452
\begin{Verbatim}[fontshape=sl,fontsize=\small]
453-
> tar -xzf cmdstan-2.15.0.tar.gz
453+
> tar -xzf cmdstan-2.16.0.tar.gz
454454
\end{Verbatim}
455455
\end{quote}
456456

@@ -515,10 +515,10 @@ \subsubsection{Changing Library Locations}
515515
%
516516
\begin{itemize}
517517
\item \Verb|STAN|. The location of the Stan source
518-
directory. The default is \Verb|STAN=stan_2.15.0/|. Note: the
518+
directory. The default is \Verb|STAN=stan_2.16.0/|. Note: the
519519
trailing forward slash is necessary.
520520
\item \Verb|MATH|. The location of the Stan Math Library. The
521-
default is \Verb|MATH=stan/l../stan_math_2.15.0/|.
521+
default is \Verb|MATH=stan/l../stan_math_2.16.0/|.
522522
\item \Verb|BOOST|. The location of the Boost library. If
523523
\Verb|BOOST| is not explicitly set, this will default to the
524524
\Verb|lib/boost_1.60.0/| folder within \Verb|MATH|.

0 commit comments

Comments
 (0)