-
-
Notifications
You must be signed in to change notification settings - Fork 384
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #433 from tpaviot/review/prepare-0.18
Review/prepare 0.18
- Loading branch information
Showing
637 changed files
with
150,462 additions
and
118,448 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
##Copyright (c) 2011-2016 Thomas Paviot ([email protected]) | ||
##Copyright (c) 2011-2017 Thomas Paviot ([email protected]) | ||
## | ||
##This file is part of pythonOCC. | ||
## | ||
|
@@ -22,7 +22,7 @@ set(PYTHONOCC_VERSION_MAJOR 0) | |
set(PYTHONOCC_VERSION_MINOR 18) | ||
set(PYTHONOCC_VERSION_PATCH) | ||
# Empty for official releases, set to -dev, -rc1, etc for development releases | ||
set(PYTHONOCC_VERSION_DEVEL -dev) | ||
set(PYTHONOCC_VERSION_DEVEL) | ||
|
||
cmake_minimum_required(VERSION 2.6) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: pythonocc-core-0.18-dev.{build} | ||
version: pythonocc-core-0.18.{build} | ||
|
||
environment: | ||
global: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
VERSION = "0.18-dev" | ||
VERSION = "0.18" |
Oops, something went wrong.