Skip to content

Commit

Permalink
Bumped development version number to 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
tpaviot committed Feb 14, 2018
1 parent f82e77d commit 9a62aea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Expand Up @@ -20,12 +20,12 @@
project(OCE)

set(OCE_VERSION_MAJOR 0)
set(OCE_VERSION_MINOR 18)
set(OCE_VERSION_MINOR 19)
# OCE_VERSION_PATCH is used for bugfixes releases only
# (uncomment following line)
set(OCE_VERSION_PATCH 3)
set(OCE_VERSION_PATCH)
# Empty for official releases, set to -dev, -rc1, etc for development releases
set(OCE_VERSION_DEVEL)
set(OCE_VERSION_DEVEL -dev)

# bugfix release: add ${OCE_VERSION_PATCH} to OCE_VERSION
set(OCE_VERSION ${OCE_VERSION_MAJOR}.${OCE_VERSION_MINOR}${OCE_VERSION_DEVEL})
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@ Below are listed all the oce releases since the beginning of the project, the ma

| OCE release number | ABI Change | OCE release date | OCCT version |
| ------------- | ------------- | ------------- |------------- |
| [0.18.3](https://github.com/tpaviot/oce/releases/tag/OCE-0.18.3) | No | February | 6.9.1
| [0.18.3](https://github.com/tpaviot/oce/releases/tag/OCE-0.18.3) | No | February 2018 | 6.9.1
| [0.18.2](https://github.com/tpaviot/oce/releases/tag/OCE-0.18.2) | No | August 2017 | 6.9.1
| [0.18.1](https://github.com/tpaviot/oce/releases/tag/OCE-0.18.1) | No | May 2017 | 6.9.1
| [0.18](https://github.com/tpaviot/oce/releases/tag/OCE-0.18) | Yes | January 2017 | 6.9.1
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
@@ -1,7 +1,7 @@
version: oce-0.18.3.{build}
version: oce-0.19.{build}

environment:
oce_version: 0.18.3
oce_version: 0.19
matrix:
- generator: "MinGW Makefiles"
ARCH: "i686"
Expand Down

0 comments on commit 9a62aea

Please sign in to comment.