Skip to content

Commit

Permalink
Merge pull request #287 from michalsc/1_0_4_scsi_fix
Browse files Browse the repository at this point in the history
Fix direct scsi commands (clear status in case of success).
  • Loading branch information
michalsc authored Oct 18, 2024
2 parents 5037aac + dc816ac commit cf4b8f9
Show file tree
Hide file tree
Showing 3 changed files with 3,673 additions and 3,673 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.14.0)
project(Emu68 VERSION 1.0.3)
set(PROJECT_VERSION 1.0.3)
project(Emu68 VERSION 1.0.4)
set(PROJECT_VERSION 1.0.4)

include(cmake/verstring.cmake)
include(cmake/firmware_download.cmake)
Expand Down
Loading

0 comments on commit cf4b8f9

Please sign in to comment.