diff --git a/include/minix/config.h b/include/minix/config.h index 800ab5fd1..2c41c56ec 100755 --- a/include/minix/config.h +++ b/include/minix/config.h @@ -3,7 +3,7 @@ /* Minix release and version numbers. */ #define OS_RELEASE "3" -#define OS_VERSION "1.1" +#define OS_VERSION "1.2" /* This file sets configuration parameters for the MINIX kernel, FS, and PM. * It is divided up into two main sections. The first section contains diff --git a/tools/release.sh b/tools/release.sh index 39a6a277c..80c1a94e2 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -94,7 +94,7 @@ ISO=${ISO}.iso ISOGZ=${ISO}.gz echo "Making $ISOGZ" -USRMB=120 +USRMB=100 USRBLOCKS="`expr $USRMB \* 1024 \* 1024 / $BS`" USRSECTS="`expr $USRMB \* 1024 \* 2`"