Skip to content

Commit

Permalink
bump version number to 1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Sep 5, 2020
1 parent dbe4d82 commit f110ef3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion COPYING.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
= An image-based 3D surface and volumetric mesh generator =
===============================================================================

Copyright (C) 2007-2015 Qianqian Fang <q.fang at neu.edu>
Copyright (C) 2007-2020 Qianqian Fang <q.fang at neu.edu>

-------------------------------------------------------------------------------

Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
| **Department** | Bioengineering |
| **Institute** | Northeastern University |
| **Address** | 360 Huntington Ave, Boston, MA 02115 |
| **Version** | 1.9.5 (Lion's Head - beta) |
| **Version** | 1.9.6 (Lion's Head) |
| **License** | GPL v2 or later (see COPYING) (this license does not cover the binaries under the bin/ directory, see Section III for more details) |
| **URL** | http://iso2mesh.sf.net |

Expand Down Expand Up @@ -170,7 +170,7 @@ Linux distributions, you can recreate the mesh utility binaries under
`iso2mesh/bin` folder using the source codes provided under `iso2mesh/tools`
by following the below commands:

```
```
git clone --recurse-submodules https://github.com/fangq/iso2mesh.git
cd iso2mesh
rm -rf bin/*.mex* bin/*.exe
Expand All @@ -181,13 +181,13 @@ make

This will download and recompile the below binaries in the bin folder:

- cgalmesh
- cgalsurf
- cgalsimp2
- jmeshlib
- meshfix
- tetgen1.5
- cork
- cgalmesh
- cgalsurf
- cgalsimp2
- jmeshlib
- meshfix
- tetgen1.5
- cork

Once these binary files are recreated, you can run all the major functionalities
of Iso2Mesh. The gtrefine utility is depreciated and replaced by
Expand Down
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
** Department of Bioengineering
** Northeastern University
** 360 Huntington Ave, Boston, MA 02115
*'''Version''': 1.9.5 (Lion's Head)
*'''Version''': 1.9.6 (Lion's Head)
*'''License''': GPL v2 or later (see COPYING)
** (this license does not cover the binaries under the bin/
** directory, see Section III for more details)
Expand Down

0 comments on commit f110ef3

Please sign in to comment.