Skip to content

Commit

Permalink
Update to 6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akenmorris committed May 11, 2023
1 parent 9563424 commit 8f3d5eb
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ cmake_minimum_required(VERSION 3.20)
###########################################
SET(SHAPEWORKS_MAJOR_VERSION 6 CACHE INTERNAL "Major version number" FORCE)
SET(SHAPEWORKS_MINOR_VERSION 4 CACHE INTERNAL "Minor version number" FORCE)
SET(SHAPEWORKS_PATCH_VERSION 0 CACHE INTERNAL "Patch version number" FORCE)
SET(SHAPEWORKS_VERSION_STRING "6.4.0")
SET(SHAPEWORKS_PATCH_VERSION 1 CACHE INTERNAL "Patch version number" FORCE)
SET(SHAPEWORKS_VERSION_STRING "6.4.1")
SET(SHAPEWORKS_VERSION "${SHAPEWORKS_MAJOR_VERSION}.${SHAPEWORKS_MINOR_VERSION}.${SHAPEWORKS_PATCH_VERSION}")

# First, check that files were checked out properly using git-lfs
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Latest Release
<!--![](docs/img/about/release6.0.png)-->
<!--![](docs/img/about/release6.1.png)-->
<!--![](docs/img/about/release6.2.png)-->
![](docs/img/about/release6.3.png)
<!--![](docs/img/about/release6.3.png)-->
![](docs/img/about/release6.4.png)

Quick Links
=====================
Expand Down
8 changes: 8 additions & 0 deletions docs/about/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release Notes

## ShapeWorks 6.4.1 - 2023-05-10

### Fixes

* Fix grooming crash when there are free form constraints in an untitled/unsaved project (#2078)
* Fix update checker potentially crashing (#2079)


## ShapeWorks 6.4.0 - 2023-05-05

![](../img/about/release6.4.png)
Expand Down
2 changes: 1 addition & 1 deletion docs/users/Linux_README.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
==========================================
ShapeWorks v6.4.0 - Released May 2023
ShapeWorks v6.4.1 - Released May 2023
==========================================

The ShapeWorks software is an open-source distribution of a new method for
Expand Down
2 changes: 1 addition & 1 deletion docs/users/Mac_README.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
==========================================
ShapeWorks v6.4.0 - Released May 2023
ShapeWorks v6.4.1 - Released May 2023
==========================================

The ShapeWorks software is an open-source distribution of a new method for
Expand Down
2 changes: 1 addition & 1 deletion docs/users/Windows_README.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
==========================================
ShapeWorks v6.4.0 - Released May 2023
ShapeWorks v6.4.1 - Released May 2023
==========================================

The ShapeWorks software is an open-source distribution of a new method for
Expand Down

0 comments on commit 8f3d5eb

Please sign in to comment.