Skip to content

Commit

Permalink
Merge pull request #360 from SCIInstitute/Seg3D_version_update
Browse files Browse the repository at this point in the history
Update minor and patch version
  • Loading branch information
allywarner authored Jul 27, 2020
2 parents 3cbb168 + e6ed688 commit 064a75d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: Seg3DMacInstaller
path: bin/Seg3D/Seg3D2-2.4.4-Darwin.pkg
path: bin/Seg3D/Seg3D2-2.5.0-Darwin.pkg
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: Seg3DWindowsInstaller_${{ matrix.qtversion }}
path: bin/Seg3D/Seg3D2-2.4.4-win64.exe
path: bin/Seg3D/Seg3D2-2.5.0-win64.exe
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ INCLUDE(CMake/RegisterUnitTest.cmake)
###########################################

SET(SEG3D_MAJOR_VERSION 2 CACHE INTERNAL "Major version number" FORCE)
SET(SEG3D_MINOR_VERSION 4 CACHE INTERNAL "Minor version number" FORCE)
SET(SEG3D_PATCH_VERSION 4 CACHE INTERNAL "Patch version number" FORCE)
SET(SEG3D_MINOR_VERSION 5 CACHE INTERNAL "Minor version number" FORCE)
SET(SEG3D_PATCH_VERSION 0 CACHE INTERNAL "Patch version number" FORCE)


###########################################
Expand Down

0 comments on commit 064a75d

Please sign in to comment.