Skip to content

Commit

Permalink
Update the version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
leikareipa committed Nov 30, 2018
1 parent 9debdde commit 3f95574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <stdexcept>

const char PROGRAM_NAME[] = "\"VCS\" by Tarpeeksi Hyvae Soft";
const char PROGRAM_VERSION_STRING[] = "1.2.2";
const char PROGRAM_VERSION_STRING[] = "1.2.4";

const uint MAX_INPUT_CHANNELS = 2; // For now, we only support up to two input channels.
const uint MAX_FRAME_SKIP = 4;
Expand Down

0 comments on commit 3f95574

Please sign in to comment.