Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
leikareipa committed Nov 8, 2022
1 parent 52706d2 commit f61a250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/user-manual/js/manual-version-selector.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const manualVersionSelector = {
supported_manual_versions() {
return [
"master",
"2.5.2",
"2.5.1",
"2.5.0",
];
Expand Down
2 changes: 1 addition & 1 deletion src/common/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <cassert>

const char PROGRAM_NAME[] = "VCS";
const char PROGRAM_VERSION_STRING[] = "2.5.1";
const char PROGRAM_VERSION_STRING[] = "2.5.2";

// The minimum and maximum resolution we can output frames in.
const uint MIN_OUTPUT_WIDTH = 160;
Expand Down

0 comments on commit f61a250

Please sign in to comment.