From ce5dbebb44b86874a66beafa08917fafdc1c62ea Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 11 May 2026 16:52:13 +0200 Subject: [PATCH] Update version numbers --- .github/ISSUE_TEMPLATE.md | 2 +- doxygen/doxygen.cfg | 2 +- stan/math/version.hpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 785e812bd3f..b104b493780 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -25,4 +25,4 @@ If this is a **feature request**, show what you expect to happen if the feature #### Current Version: -v5.2.0 +v5.3.0 diff --git a/doxygen/doxygen.cfg b/doxygen/doxygen.cfg index 36bb2d4a8a7..0c7bbd75597 100644 --- a/doxygen/doxygen.cfg +++ b/doxygen/doxygen.cfg @@ -48,7 +48,7 @@ PROJECT_NAME = "Stan Math Library" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 5.2.0 +PROJECT_NUMBER = 5.3.0 # 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 diff --git a/stan/math/version.hpp b/stan/math/version.hpp index 8b9a3e3c322..488c02e2ed7 100644 --- a/stan/math/version.hpp +++ b/stan/math/version.hpp @@ -12,7 +12,7 @@ #endif #define STAN_MATH_MAJOR 5 -#define STAN_MATH_MINOR 2 +#define STAN_MATH_MINOR 3 #define STAN_MATH_PATCH 0 namespace stan {