Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
leikareipa committed Dec 21, 2022
1 parent 40aa1e5 commit 6d22b14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ The VisionAV range of cards should also work, albeit without their audio capture
The VCS user's manual is available for the following versions of VCS:

- [master branch](https://www.tarpeeksihyvaesoft.com/vcs/docs/user-manual/) (includes changes not yet released in a versioned distributable)
- [2.6.0](https://www.tarpeeksihyvaesoft.com/vcs/docs/user-manual/2.6.0/)
- [2.5.2](https://www.tarpeeksihyvaesoft.com/vcs/docs/user-manual/2.5.2/)
- [2.5.1](https://www.tarpeeksihyvaesoft.com/vcs/docs/user-manual/2.5.1/)
- [2.5.0](https://www.tarpeeksihyvaesoft.com/vcs/docs/user-manual/2.5.0/)
Expand Down
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.6.0",
"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.2";
const char PROGRAM_VERSION_STRING[] = "2.6.0";

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

0 comments on commit 6d22b14

Please sign in to comment.