Skip to content

Commit

Permalink
[release] Updating release version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sherholz-intel committed Mar 22, 2022
1 parent 2609bda commit c2635bf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include(GNUInstallDirs)

## Establish project ##

project(openpgl VERSION 0.1.0 LANGUAGES C CXX)
project(openpgl VERSION 0.3.0 LANGUAGES C CXX)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/cmake)
include(openpgl_macros)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Intel® Open Path Guiding Library

This is release v0.1.0 of Intel® Open PGL. For changes and new features,
This is release v0.3.0 of Intel® Open PGL. For changes and new features,
see the [changelog](CHANGELOG.md). Visit http://www.openpgl.org for more
information.

Expand Down Expand Up @@ -223,7 +223,7 @@ To make CMake aware of Open PGL’s CMake configuration scripts the
`openpgl_DIR` has to be set to their location during configuration:

``` bash
cmake -Dopenpgl_DIR=[openpgl_install]/lib/cmake/openpgl-0.1.0 ..
cmake -Dopenpgl_DIR=[openpgl_install]/lib/cmake/openpgl-0.3.0 ..
```

After that, adding OpenPGL to a CMake project/target is done by first
Expand Down
2 changes: 1 addition & 1 deletion gitlab/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## SPDX-License-Identifier: Apache-2.0
variables:
GIT_SUBMODULE_STRATEGY: recursive
OPENPGL_RELEASE_PACKAGE_VERSION: "0.1.0"
OPENPGL_RELEASE_PACKAGE_VERSION: "0.3.0"
MACOSX_DEPLOYMENT_TARGET: "10.13"

stages:
Expand Down
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.1)
project(pyopenpgl VERSION 0.1.0)
project(pyopenpgl VERSION 0.3.0)

#add_subdirectory(pybind11)
find_package(pybind11 REQUIRED)
Expand Down

0 comments on commit c2635bf

Please sign in to comment.