We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e447af commit 1230ffaCopy full SHA for 1230ffa
2 files changed
.github/workflows/build.yml
@@ -137,7 +137,7 @@ jobs:
137
sign-macos:
138
name: Sign & Notarize (macOS)
139
needs: build
140
- # if: github.event_name == 'release'
+ if: github.event_name == 'release'
141
runs-on: macos-14
142
143
steps:
CMakeLists.txt
@@ -16,7 +16,7 @@ if(POLICY CMP0177)
16
endif()
17
18
project(MCCOutlet
19
- VERSION 2.0.0
+ VERSION 3.0.0
20
DESCRIPTION "Measurement Computing DAQ to LSL"
21
HOMEPAGE_URL "https://github.com/labstreaminglayer/App-MeasurementComputing"
22
LANGUAGES CXX C
0 commit comments