Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge release/v2.33.1 release notes into develop #1202

Merged
merged 15 commits into from
Sep 20, 2023
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.0
v2.33.1
5 changes: 5 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CMDSTAN RELEASE NOTES
======================================================================

v2.33.1 (13 September 2023)
======================================================================

- Update stanc3 binaries to v2.33.1

v2.33.0 (5 September 2023)
======================================================================

Expand Down
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.0
CMDSTAN_VERSION := 2.33.1

ifeq ($(OS),Windows_NT)
HELP_MAKE=mingw32-make
Expand Down