Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertLitjens committed Jun 24, 2022
1 parent 964b3ca commit 7c22a09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ for:
- cmd: set python_location=C:/Python%python_version_no_dot%-x64
- cmd: set python_library=python%python_version_no_dot%.lib
- cmd: set python_pip=C:\Python%python_version_no_dot%-x64\Scripts\pip
- cmd: set artefact_name=ASAP-2.0-py%python_version_no_dot%-win64.exe
- cmd: set artefact_name=ASAP-2.1-py%python_version_no_dot%-win64.exe
- ps: >-
If (!(Test-Path -Path 'C:\projects\pugixml')) {
git clone https://github.com/zeux/pugixml c:\projects\pugixml
Expand Down Expand Up @@ -77,7 +77,7 @@ for:
- cmd: cd ./ASAP_build
- cmd: cmake --build . --config Release
- cmd: cpack
- ps: mv ASAP-2.0-win64.exe $env:artefact_name
- ps: mv ASAP-2.1-win64.exe $env:artefact_name

cache:
- C:\tools\opencv -> appveyor.yml
Expand Down Expand Up @@ -178,7 +178,7 @@ for:
- sh: cp **/*/*.dylib /usr/local/lib/ # i don't know how to combine these two commands
- sh: cp **/*.dylib /usr/local/lib/
- sh: sudo make package
- sh: sudo mv /Users/appveyor/projects/asap/ASAP-2.0-Darwin.dmg /Users/appveyor/projects/asap/ASAP-2.0-py${python_version_no_dot}-Darwin.dmg
- sh: sudo mv /Users/appveyor/projects/asap/ASAP-2.1-Darwin.dmg /Users/appveyor/projects/asap/ASAP-2.1-py${python_version_no_dot}-Darwin.dmg

artifacts:
- path: ./*.dmg
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15.0)
project(DIAGPathology)

set(CURRENT_MAJOR_VERSION 2)
set(CURRENT_MINOR_VERSION 0)
set(CURRENT_MINOR_VERSION 1)
set(CURRENT_PATCH_VERSION 0)
set(ASAP_VERSION ${CURRENT_MAJOR_VERSION}.${CURRENT_MINOR_VERSION}.${CURRENT_PATCH_VERSION})

Expand Down

0 comments on commit 7c22a09

Please sign in to comment.