GPU Video Decoding (#661)
This commit is contained in:
@@ -9,7 +9,7 @@ namespace wi::version
|
||||
// minor features, major updates, breaking compatibility changes
|
||||
const int minor = 71;
|
||||
// minor bug fixes, alterations, refactors, updates
|
||||
const int revision = 194;
|
||||
const int revision = 195;
|
||||
|
||||
const std::string version_string = std::to_string(major) + "." + std::to_string(minor) + "." + std::to_string(revision);
|
||||
|
||||
@@ -127,6 +127,7 @@ Patreon supporters
|
||||
- nathants
|
||||
- Fahd Ahmed
|
||||
- Gabriel Jadderson
|
||||
- SAS_Controller
|
||||
)";
|
||||
|
||||
return credits;
|
||||
|
||||
Reference in New Issue
Block a user