Skip to content

Commit

Permalink
updated version info
Browse files Browse the repository at this point in the history
  • Loading branch information
lostjared committed Nov 22, 2019
1 parent 0a7e7bd commit 7caef36
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion Acid.Cam.v2.OSX/Acid.Cam.v2.OSX-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.46.0 High Sierra</string>
<string>2.47.0 High Sierra</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
8 changes: 4 additions & 4 deletions Acid.Cam.v2.OSX/ac-filter1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
// Acid Cam namespace
namespace ac {
#if defined(__APPLE__)
const std::string version="2.46.0 (macOS)";
const std::string version="2.47.0 (macOS)";
#elif defined(__linux__)
const std::string version="2.46.0 (Linux)";
const std::string version="2.47.0 (Linux)";
#elif defined(_WIN32)
const std::string version="2.46.0 (Windows)";
const std::string version="2.47.0 (Windows)";
#else
const std::string version="2.46.0 (Generic)";
const std::string version="2.47.0 (Generic)";
#endif

std::mutex col_lock;
Expand Down

0 comments on commit 7caef36

Please sign in to comment.