Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable actions on pull request #1209

Merged
merged 22 commits into from
Sep 2, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge tag 'v22.08.01'
RaSCSI version 22.08.01
Tony Kuker committed Aug 28, 2022
commit 9d10347b212c1efa72724e1df3df85d53cd26487
4 changes: 2 additions & 2 deletions src/raspberrypi/rascsi_version.cpp
Original file line number Diff line number Diff line change
@@ -13,8 +13,8 @@

// The following should be updated for each release
const int rascsi_major_version = 22; // Last two digits of year
const int rascsi_minor_version = 07; // Month
const int rascsi_patch_version = 2; // Patch number - increment for each update
const int rascsi_minor_version = 8; // Month
const int rascsi_patch_version = 1; // Patch number - increment for each update

static char rascsi_version_string[30]; // Allow for string up to "XX.XX.XXX" + null character + "development build"

You are viewing a condensed version of this merge commit. You can view the full changes here.