diff --git a/SheepShaver/src/include/version.h b/SheepShaver/src/include/version.h index a7d7728b..78a3837f 100644 --- a/SheepShaver/src/include/version.h +++ b/SheepShaver/src/include/version.h @@ -22,6 +22,6 @@ #define VERSION_H const int VERSION_MAJOR = 2; -const int VERSION_MINOR = 3; +const int VERSION_MINOR = 4; #endif