Skip to content

Commit 5768827

Browse files
author
Tony Kuker
committed
Update revision number for release
1 parent 64a6d46 commit 5768827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/raspberrypi/rascsi_version.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// The following should be updated for each release
1616
const int rascsi_major_version = 22; // Last two digits of year
1717
const int rascsi_minor_version = 10; // Month
18-
const int rascsi_patch_version = -1; // Patch number - increment for each update
18+
const int rascsi_patch_version = 1; // Patch number - increment for each update
1919

2020
using namespace std;
2121

0 commit comments

Comments
 (0)