From 1641d56e2cf2c5e8ca1cfa6e35dada657734efe1 Mon Sep 17 00:00:00 2001 From: Nicusor Serban Date: Mon, 8 Jan 2024 18:09:59 +0100 Subject: [PATCH] release/v4.8.0-rc1: updating 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 7fcef3bf185..eb8b4a368bb 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: -v4.7.0 +v4.8.0 diff --git a/doxygen/doxygen.cfg b/doxygen/doxygen.cfg index 50c46720e6a..e9a16135817 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 = 4.7.0 +PROJECT_NUMBER = 4.8.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 14e4be47573..00d4065a9cd 100644 --- a/stan/math/version.hpp +++ b/stan/math/version.hpp @@ -12,7 +12,7 @@ #endif #define STAN_MATH_MAJOR 4 -#define STAN_MATH_MINOR 7 +#define STAN_MATH_MINOR 8 #define STAN_MATH_PATCH 0 namespace stan {