Skip to content

Commit

Permalink
release/v4.6.2: updating version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicusor Serban committed May 15, 2023
1 parent 80b90a9 commit 701fe3f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ If this is a **feature request**, show what you expect to happen if the feature


#### Current Version:
v4.6.1
v4.6.2
6 changes: 6 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Stan Math Library Release Notes

======================================================================
v4.6.2 (15 May 2023)
======================================================================

- Fix an issue in Stan, see release notes.

======================================================================
v4.6.1 (2 May 2023)
======================================================================
Expand Down
2 changes: 1 addition & 1 deletion doxygen/doxygen.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Stan Math Library"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 4.6.1
PROJECT_NUMBER = 4.6.2

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion stan/math/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#define STAN_MATH_MAJOR 4
#define STAN_MATH_MINOR 6
#define STAN_MATH_PATCH 1
#define STAN_MATH_PATCH 2

namespace stan {
namespace math {
Expand Down

0 comments on commit 701fe3f

Please sign in to comment.