Skip to content

Commit c736ac7

Browse files
authored
Merge pull request #3 from generable/issue-2-cmdstan-2.26.1
Update to CmdStan v2.26.1; Fixes #2.
2 parents 430a903 + a019f37 commit c736ac7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/ISSUE_TEMPLATE.md

+1-1
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.26.0
27+
v2.26.1

Diff for: makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ include make/program
130130
include make/tests
131131
include make/command
132132

133-
CMDSTAN_VERSION := 2.26.0
133+
CMDSTAN_VERSION := 2.26.1
134134

135135
ifeq ($(OS),Windows_NT)
136136
HELP_MAKE=mingw32-make

0 commit comments

Comments
 (0)