diff --git a/Acid.Cam.v2.OSX.xcodeproj/project.xcworkspace/xcuserdata/jared.xcuserdatad/UserInterfaceState.xcuserstate b/Acid.Cam.v2.OSX.xcodeproj/project.xcworkspace/xcuserdata/jared.xcuserdatad/UserInterfaceState.xcuserstate index c126bcc00..6cb7eff39 100644 Binary files a/Acid.Cam.v2.OSX.xcodeproj/project.xcworkspace/xcuserdata/jared.xcuserdatad/UserInterfaceState.xcuserstate and b/Acid.Cam.v2.OSX.xcodeproj/project.xcworkspace/xcuserdata/jared.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Acid.Cam.v2.OSX/Acid.Cam.v2.OSX-Info.plist b/Acid.Cam.v2.OSX/Acid.Cam.v2.OSX-Info.plist index 62a550062..4e9b42f46 100755 --- a/Acid.Cam.v2.OSX/Acid.Cam.v2.OSX-Info.plist +++ b/Acid.Cam.v2.OSX/Acid.Cam.v2.OSX-Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.55.0 High Sierra + 2.56.0 High Sierra CFBundleSignature ???? CFBundleVersion diff --git a/Acid.Cam.v2.OSX/ac-filter1.cpp b/Acid.Cam.v2.OSX/ac-filter1.cpp index d057c2ea2..1c4a92829 100755 --- a/Acid.Cam.v2.OSX/ac-filter1.cpp +++ b/Acid.Cam.v2.OSX/ac-filter1.cpp @@ -45,13 +45,13 @@ // Acid Cam namespace namespace ac { #if defined(__APPLE__) - const std::string version="2.55.0 (macOS)"; + const std::string version="2.56.0 (macOS)"; #elif defined(__linux__) - const std::string version="2.55.0 (Linux)"; + const std::string version="2.56.0 (Linux)"; #elif defined(_WIN32) - const std::string version="2.55.0 (Windows)"; + const std::string version="2.56.0 (Windows)"; #else - const std::string version="2.55.0 (Generic)"; + const std::string version="2.56.0 (Generic)"; #endif std::mutex col_lock;