Skip to content

Commit

Permalink
Set version string in executable.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Nov 9, 2016
1 parent 2fd630f commit 29d8324
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions carabiner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ void peersCallback(std::size_t numPeers) {
int main(int argc, char* argv[]) {
gflags::SetUsageMessage("Bridge to an Ableton Link session. Sample usage:\n" + std::string(argv[0]) +
" --port 1234 --poll 10");
gflags::SetVersionString("0.1.0");
gflags::ParseCommandLineFlags(&argc, &argv, true);
if (argc > 1) {
std::cerr << "Unrecognized argument, " << argv[1] << std::endl;
Expand Down

0 comments on commit 29d8324

Please sign in to comment.