diff --git a/SheepShaver/Makefile b/SheepShaver/Makefile index 42e4bac2..c6bb14d4 100644 --- a/SheepShaver/Makefile +++ b/SheepShaver/Makefile @@ -2,7 +2,7 @@ # Written in 1999 by Christian Bauer VERSION := 2 -RELEASE := 2 +RELEASE := 3 VERNAME := SheepShaver-$(VERSION) SRCARCHIVE := $(shell date +SheepShaver_src_%d%m%Y.tar.gz) diff --git a/SheepShaver/src/include/version.h b/SheepShaver/src/include/version.h index bfde95d5..a0a01d92 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 = 2; +const int VERSION_MINOR = 3; #endif