From 77862b2103d7eacf01d952a9a8928aa050fd9bb8 Mon Sep 17 00:00:00 2001 From: Alexei Svitkine Date: Sat, 7 Jul 2012 21:25:44 -0400 Subject: [PATCH] Update version in version.h too. --- SheepShaver/src/include/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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