Skip to content

Commit 1230ffa

Browse files
committed
Bump version and undo debug comment
1 parent 3e447af commit 1230ffa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
sign-macos:
138138
name: Sign & Notarize (macOS)
139139
needs: build
140-
# if: github.event_name == 'release'
140+
if: github.event_name == 'release'
141141
runs-on: macos-14
142142

143143
steps:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if(POLICY CMP0177)
1616
endif()
1717

1818
project(MCCOutlet
19-
VERSION 2.0.0
19+
VERSION 3.0.0
2020
DESCRIPTION "Measurement Computing DAQ to LSL"
2121
HOMEPAGE_URL "https://github.com/labstreaminglayer/App-MeasurementComputing"
2222
LANGUAGES CXX C

0 commit comments

Comments
 (0)