Skip to content

Commit f788487

Browse files
committed
v1.3.5 release
1 parent 93c21ee commit f788487

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ gopath-update:
4848
cd cmd/pi; go get -u ./...
4949

5050
# NOTE: MUST update version number here prior to running 'make release' and edit this file!
51-
VERS=v1.3.4
51+
VERS=v1.3.5
5252
PACKAGE=sims
5353
GIT_COMMIT=`git rev-parse --short HEAD`
5454
VERS_DATE=`date -u +%Y-%m-%d\ %H:%M`

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ To run these simulations on your computer, it is easiest to download the full se
77
* [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)
88
+ **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.
99

10-
* [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)
10+
* [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)
11+
12+
*
13+
[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.
1114

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

version.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
package sims
44

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

0 commit comments

Comments
 (0)