Skip to content

Commit dd29a7b

Browse files
committed
bump version to v0.0.6
1 parent 3b12259 commit dd29a7b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

main.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#pragma comment(lib, "gdiplus.lib")
2323
#pragma comment(lib, "obs.lib")
2424

25-
#define OBS_EXPRESS_VERSION "0.0.5"
25+
#define OBS_EXPRESS_VERSION "0.0.6"
2626

2727
using namespace std;
2828
using namespace Gdiplus;
@@ -337,7 +337,8 @@ void run(vector<string> arguments)
337337

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

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

0 commit comments

Comments
 (0)