Skip to content

Commit

Permalink
Update version for first RC
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Jan 6, 2025
1 parent e695a7a commit bab762d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/shared/s2p_version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// SCSI2Pi, SCSI device emulator and SCSI tools for the Raspberry Pi
//
// Copyright (C) 2023-2024 Uwe Seimet
// Copyright (C) 2023-2025 Uwe Seimet
//
//---------------------------------------------------------------------------

Expand All @@ -11,4 +11,4 @@
const int s2p_major_version = 5;
const int s2p_minor_version = 0;
const int s2p_revision = 0;
const std::string s2p_suffix = "-devel";
const std::string s2p_suffix = "-rc1";

0 comments on commit bab762d

Please sign in to comment.