Skip to content

Commit

Permalink
bump version to v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Aug 25, 2022
1 parent 3b12259 commit dd29a7b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#pragma comment(lib, "gdiplus.lib")
#pragma comment(lib, "obs.lib")

#define OBS_EXPRESS_VERSION "0.0.5"
#define OBS_EXPRESS_VERSION "0.0.6"

using namespace std;
using namespace Gdiplus;
Expand Down Expand Up @@ -337,7 +337,8 @@ void run(vector<string> arguments)

cout << std::endl;
cout << "obs-express v" << OBS_EXPRESS_VERSION << ", a light weight command line screen recorder." << std::endl;
cout << "bundled with obs-studio v" << obs_get_version_string() << std::endl;
cout << "bundled with a fork of obs-studio v" << obs_get_version_string() << std::endl;
cout << "built for the Clowd screen capture utility (https://github.com/clowd/Clowd)" << std::endl;
cout << std::endl;

bool help = cmdl[{ "h", "help" }];
Expand Down

0 comments on commit dd29a7b

Please sign in to comment.