Skip to content

Commit

Permalink
Bump the version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
leikareipa committed Dec 4, 2018
1 parent a8a5a48 commit d4edd3e
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.5";
const char PROGRAM_VERSION_STRING[] = "1.2.6";

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 d4edd3e

Please sign in to comment.