Skip to content

Commit

Permalink
release/v2.34.0-rc1: updating version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicusor Serban committed Jan 8, 2024
1 parent 1618120 commit b774021
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
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.33.1
v2.34.0
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ include make/program
include make/tests
include make/command

CMDSTAN_VERSION := 2.33.1
CMDSTAN_VERSION := 2.34.0

ifeq ($(OS),Windows_NT)
HELP_MAKE=mingw32-make
Expand Down
4 changes: 2 additions & 2 deletions src/cmdstan/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
#endif

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

namespace cmdstan {

Expand Down

0 comments on commit b774021

Please sign in to comment.