Skip to content

Commit

Permalink
Update version for new beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
hansec committed Feb 7, 2024
1 parent 75c099f commit 11dcf54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Configure OFT documentation
shell: bash
working-directory: build_docs
run: cmake -DOFT_BUILD_DOCS:BOOL=ON -DOFT_DOCS_ONLY:BOOL=ON ../src
run: cmake -DOFT_BUILD_DOCS:BOOL=ON -DOFT_DOCS_ONLY:BOOL=ON -DOFT_PACKAGE_NIGHTLY:BOOL=OFF ../src

- name: Build OFT documentation
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
########################
cmake_minimum_required( VERSION 3.12 )
project( OpenFUSIONToolkit LANGUAGES NONE VERSION "1.0.0" )
set( OFT_VER_SUFFIX "-beta1" CACHE INTERNAL "Version suffix" )
set( OFT_VER_SUFFIX "-beta2" CACHE INTERNAL "Version suffix" )
list( APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake" )

option(OFT_BUILD_TESTS "Build tests?" OFF)
Expand Down

0 comments on commit 11dcf54

Please sign in to comment.