Skip to content

Commit 8882e1b

Browse files
authored
Merge pull request #34 from tpaviot/review/prepare-6.7
Review/prepare 6.7
2 parents 8123aab + 65a67be commit 8882e1b

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(SMESH CXX Fortran)
33
cmake_minimum_required(VERSION 2.8)
44

55
set(SMESH_VERSION_MAJOR 6)
6-
set(SMESH_VERSION_MINOR 6)
6+
set(SMESH_VERSION_MINOR 7)
77
set(SMESH_VERSION_PATCH)
88
set(SMESH_VERSION_TWEAK)
99

NEWS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Version 6.7 - July 2016
2+
========================
3+
4+
This version is binary compatible with smesh-6.6
5+
6+
* port to oce-0.17 fix: don't use NCollection_BaseCollection anymore.
7+
8+
Users who contributed to this release:
9+
Thomas Paviot
10+
111
Version 6.6 - April 2016
212
========================
313

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Requirements
4444

4545
* cmake 2.8 or higher
4646

47-
* oce 0.16
47+
* oce 0.17.1 or oce-0.17.2
4848

4949
Build
5050
-----
@@ -53,12 +53,3 @@ Build
5353
$ cd cmake-build
5454
$ make
5555
$ make install
56-
57-
Install binaries on Ubuntu 14.04
58-
--------------------------------
59-
A linux ppa is available at launchpad. To install smesh, just:
60-
61-
$ sudo add-apt-repository ppa:freecad-maintainers/oce-release -y
62-
$ sudo add-apt-repository ppa:tpaviot/smesh -y
63-
$ sudo apt-get update -q
64-
$ sudo apt-get install smesh

ci/conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: smesh
3-
version: {{ environ.get('GIT_DESCRIBE_TAG', '6.5.3.1dev') }}
3+
version: {{ environ.get('GIT_DESCRIBE_TAG', '6.7') }}
44

55
source:
66
path: ../..

0 commit comments

Comments
 (0)