From 097c7c2d2cbff467a9724acd9c9ca9fde4b9640b Mon Sep 17 00:00:00 2001 From: Graham Reeves Date: Fri, 26 Mar 2021 16:25:43 +0000 Subject: [PATCH] v2.2.19 --- PopCameraDevice.Package/package.json | 2 +- Source/PopCameraDevice.cpp | 4 +++- Source/Version.xcconfig | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/PopCameraDevice.Package/package.json b/PopCameraDevice.Package/package.json index 87716f8..5fd4b73 100644 --- a/PopCameraDevice.Package/package.json +++ b/PopCameraDevice.Package/package.json @@ -3,7 +3,7 @@ "publishConfig": { "registry": "https://npm.pkg.github.com" }, - "version": "2.2.18", + "version": "2.2.19", "description": "Pop Camera Device", "main": "index.js", "scripts": { diff --git a/Source/PopCameraDevice.cpp b/Source/PopCameraDevice.cpp index b224015..93baddf 100644 --- a/Source/PopCameraDevice.cpp +++ b/Source/PopCameraDevice.cpp @@ -19,7 +19,9 @@ namespace PopCameraDevice // 2.2.15 Arkit smoothed scene depthmap wasn't being turned on. Now works & has SceneDepthSmoothed stream name // 2.2.16 Visual studio project outputting kinect DLLs in NoKinect builds, just to keep PopEngine build happy // 2.2.17 osx/ios set to use link compatibility version 1 so we don't get 1.0.0 can't use PopCameraDevice 0.0.0 errors - const Soy::TVersion Version(2, 2, 18); + // 2.2.18 Linux builds have been renamed + // 2.2.19 "" for JSON params in CreateDevice now caught as "no-params" + const Soy::TVersion Version(2, 2, 19); const int32_t NoFrame = -1; const int32_t Error = -2; } diff --git a/Source/Version.xcconfig b/Source/Version.xcconfig index a69544a..42666a0 100644 --- a/Source/Version.xcconfig +++ b/Source/Version.xcconfig @@ -1,4 +1,4 @@ -CURRENT_PROJECT_VERSION = 2.2.18 +CURRENT_PROJECT_VERSION = 2.2.19 DYLIB_CURRENT_VERSION = $(CURRENT_PROJECT_VERSION) MARKETING_VERSION = $(CURRENT_PROJECT_VERSION)