Skip to content

Commit

Permalink
release/v2.34.1: updating version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicusor Serban committed Jan 23, 2024
1 parent a68cd62 commit 5906b6d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
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.34.0
v2.34.1
7 changes: 7 additions & 0 deletions RELEASE-NOTES.txt
@@ -1,6 +1,13 @@
CMDSTAN RELEASE NOTES
======================================================================

v2.34.1 (23 January 2024)
======================================================================

- Fixed an indexing error which could lead to crashes (#1239)
- Fixed an issue where output was swallowed by the `log_prob` method if an error occurred (#1235)
- Fixed an issue where floating point arguments would be echoed back to the user with insufficient precision (#1243)

v2.34.0 (16 January 2024)
======================================================================

Expand Down
2 changes: 1 addition & 1 deletion makefile
Expand Up @@ -149,7 +149,7 @@ include make/program
include make/tests
include make/command

CMDSTAN_VERSION := 2.34.0
CMDSTAN_VERSION := 2.34.1

ifeq ($(OS),Windows_NT)
HELP_MAKE=mingw32-make
Expand Down
2 changes: 1 addition & 1 deletion src/cmdstan/version.hpp
Expand Up @@ -13,7 +13,7 @@

#define CMDSTAN_MAJOR 2
#define CMDSTAN_MINOR 34
#define CMDSTAN_PATCH 0
#define CMDSTAN_PATCH 1

namespace cmdstan {

Expand Down

0 comments on commit 5906b6d

Please sign in to comment.