Skip to content

Commit

Permalink
next point release TBR soon
Browse files Browse the repository at this point in the history
  • Loading branch information
floe authored Jan 23, 2022
1 parent bbf09dd commit f683675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion surfacecast.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ int get_v4l_devnum(const char* path) {

int main(int argc, char* argv[]) {

std::cout << "\nSurfaceCast v0.2.0 - https://github.com/floe/surfacecast\n" << std::endl;
std::cout << "\nSurfaceCast v0.2.2 - https://github.com/floe/surfacecast\n" << std::endl;

if (argc < 3) {
std::cout << "usage: surfacecast <camtype> <videodev> [\"gstreamer_pipeline\"]\n" << std::endl;
Expand Down

0 comments on commit f683675

Please sign in to comment.