Skip to content

Commit

Permalink
v1.3.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Oct 7, 2023
1 parent 93c21ee commit f788487
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ gopath-update:
cd cmd/pi; go get -u ./...

# NOTE: MUST update version number here prior to running 'make release' and edit this file!
VERS=v1.3.4
VERS=v1.3.5
PACKAGE=sims
GIT_COMMIT=`git rev-parse --short HEAD`
VERS_DATE=`date -u +%Y-%m-%d\ %H:%M`
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ To run these simulations on your computer, it is easiest to download the full se
* [ccn_sims_v1.3.3_mac-m1.zip](https://github.com/CompCogNeuro/sims/releases/download/v1.3.3/ccn_sims_v1.3.3_mac-m1.zip)
+ **IMPORTANT:** For both of the Mac packages, you must also download and install the latest Vulkan SDK: https://sdk.lunarg.com/sdk/download/latest/mac/vulkan-sdk.dmg -- just accept the defaults for all prompts.

* [ccn_sims_v1.3.3_mac-intel.zip](https://github.com/CompCogNeuro/sims/releases/download/v1.3.3/ccn_sims_v1.3.3_mac-intel.zip)
* [ccn_sims_v1.3.3_mac-intel.zip](https://github.com/CompCogNeuro/sims/releases/download/v1.3.3/ccn_sims_v1.3.3_mac-intel.zip) (see note above about installing vulkan-sdk)

*
[ccn_sims_v1.3.5_mac-m1.zip](https://github.com/CompCogNeuro/sims/releases/download/v1.3.5/ccn_sims_v1.3.5_mac-m1.zip) -- **For MacOS 14 (Sonoma)** 1.3.3. does not work.

* [ccn_sims_v1.3.3_windows.zip](https://github.com/CompCogNeuro/sims/releases/download/v1.3.3/ccn_sims_v1.3.3_windows.zip)

Expand Down
6 changes: 3 additions & 3 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package sims

const (
Version = "v1.3.4"
GitCommit = "8f6db1f" // the commit JUST BEFORE the release
VersionDate = "2023-10-07 02:30" // UTC
Version = "v1.3.5"
GitCommit = "93c21ee" // the commit JUST BEFORE the release
VersionDate = "2023-10-07 04:07" // UTC
)

0 comments on commit f788487

Please sign in to comment.