Skip to content

Commit

Permalink
v1.9.2 - windows by default outputs debug to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
SoylentGraham committed Nov 20, 2023
1 parent 7021834 commit fec9a34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PopH264.Package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"publishConfig": {
"registry": "https://npm.pkg.github.com/@newchromantics"
},
"version": "1.9.1",
"version": "1.9.2",
"description": "H264 decoder & encoder CAPI library for various platforms",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion Source/PopH264_Version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ namespace PopH264
//const Soy::TVersion Version(VERSION_MAJOR,VERSION_MINOR,VERSION_PATCH);
constexpr int VersionMajor = 1;
constexpr int VersionMinor = 9;
constexpr int VersionPatch = 1;
constexpr int VersionPatch = 2;
}


Expand Down
2 changes: 1 addition & 1 deletion Source/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION_MAJOR = 1
VERSION_MINOR = 9
VERSION_PATCH = 1
VERSION_PATCH = 2

CURRENT_PROJECT_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)

Expand Down

0 comments on commit fec9a34

Please sign in to comment.