Skip to content

Commit

Permalink
Bump version to 9.7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trelau committed Oct 6, 2021
1 parent df461bd commit d44afe9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.3)
project(SMESH VERSION 9.7.0.0 LANGUAGES C CXX)
project(SMESH VERSION 9.7.0.1 LANGUAGES C CXX)

# --------------------------------------------------------------------------- #
# OPTIONS
Expand All @@ -15,7 +15,7 @@ set(CMAKE_INSTALL_LIBDIR lib CACHE PATH "Output directory for libraries")
set(SMESH_VERSION_MAJOR 9)
set(SMESH_VERSION_MINOR 7)
set(SMESH_VERSION_PATCH 0)
set(SMESH_VERSION_TWEAK 0)
set(SMESH_VERSION_TWEAK 1)

# Build shared libraries
set(BUILD_SHARED_LIBS TRUE)
Expand Down
2 changes: 1 addition & 1 deletion ci/conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: smesh4pyocct
version: "9.7.0.0"
version: "9.7.0.1"

source:
path: ../..
Expand Down

0 comments on commit d44afe9

Please sign in to comment.