Skip to content

Commit

Permalink
release 5.7.3-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
coder3101 committed Feb 2, 2020
1 parent 4b47c8b commit 79e3694
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5)

project(CPEditor LANGUAGES CXX VERSION 5.7.1)
project(CPEditor LANGUAGES CXX VERSION 5.7.3)

set(CMAKE_INCLUDE_CURRENT_DIR ON)

Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
cd $(Build.SourcesDirectory)/build
cp $(Build.SourcesDirectory)/.ci/mac/icon.icns $(Build.SourcesDirectory)/build/CPEditor.app/Contents/Resources
cp $(Build.SourcesDirectory)/build/generated/Info.plist $(Build.SourcesDirectory)/build/CPEditor.app/Contents
hdiutil create -volname CPEditor-$(VERSION_TAG)-x64 -srcfolder $(Build.SourcesDirectory)/build/CPEditor.app -ov -format UDZO CPEditor-$(VERSION_TAG)-x64.dmg
hdiutil create -volname CP_Editor-$(VERSION_TAG)-x64 -srcfolder $(Build.SourcesDirectory)/build/CPEditor.app -ov -format UDZO CP_Editor-$(VERSION_TAG)-x64.dmg
displayName: 'Pack to DMG'
- task: GitHubRelease@1
Expand Down

0 comments on commit 79e3694

Please sign in to comment.