Skip to content

Commit 084c494

Browse files
updating version numbers for 2.35.0 rc (#1269)
1 parent 7674217 commit 084c494

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ Describe what you expect the output to be. Knowing the correct behavior is also
2424
Provide any additional information here.
2525

2626
#### Current Version:
27-
v2.34.1
27+
v2.35.0

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ include make/program
148148
include make/tests
149149
include make/command
150150

151-
CMDSTAN_VERSION := 2.34.1
151+
CMDSTAN_VERSION := 2.35.0
152152

153153
.PHONY: help
154154
help:

src/cmdstan/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
#endif
1313

1414
#define CMDSTAN_MAJOR 2
15-
#define CMDSTAN_MINOR 34
16-
#define CMDSTAN_PATCH 1
15+
#define CMDSTAN_MINOR 35
16+
#define CMDSTAN_PATCH 0
1717

1818
namespace cmdstan {
1919

0 commit comments

Comments
 (0)