mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-03 14:09:31 +03:00
bump version to 3.0.0
This commit is contained in:
parent
07bf4eea26
commit
e14c8fc795
2 changed files with 3 additions and 26 deletions
|
@ -331,26 +331,3 @@ jobs:
|
|||
workingDirectory: $(BuildType)
|
||||
displayName: CTest
|
||||
|
||||
- job:
|
||||
displayName: macOS 12 (Monterey)
|
||||
pool:
|
||||
vmImage:
|
||||
macOS-12
|
||||
strategy:
|
||||
matrix:
|
||||
Debug:
|
||||
BuildType: debug
|
||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON
|
||||
Release:
|
||||
BuildType: release
|
||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release
|
||||
steps:
|
||||
- task: CMake@1
|
||||
inputs:
|
||||
workingDirectory: $(BuildType)
|
||||
cmakeArgs: .. $(cmakeExtraArgs)
|
||||
- script: make -j$(sysctl -n hw.ncpu) -C $(BuildType)
|
||||
displayName: Make
|
||||
- script: ctest --verbose --timeout 180
|
||||
workingDirectory: $(BuildType)
|
||||
displayName: CTest
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
set(mi_version_major 1)
|
||||
set(mi_version_minor 8)
|
||||
set(mi_version_patch 8)
|
||||
set(mi_version_major 3)
|
||||
set(mi_version_minor 0)
|
||||
set(mi_version_patch 0)
|
||||
set(mi_version ${mi_version_major}.${mi_version_minor})
|
||||
|
||||
set(PACKAGE_VERSION ${mi_version})
|
||||
|
|
Loading…
Add table
Reference in a new issue