From: Ben Gras Date: Tue, 29 Jun 2010 12:15:00 +0000 (+0000) Subject: 3.1.7a X-Git-Url: http://zhaoyanbai.com/repos/readme1st.txt?a=commitdiff_plain;h=4acb68bf9d19a9e3692a78cf77034b637cbe47f0;p=minix.git 3.1.7a --- diff --git a/include/minix/config.h b/include/minix/config.h index 0c0bf7aef..3044f1bc1 100644 --- 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.7" +#define OS_VERSION "1.7a" /* 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/issue.install b/tools/issue.install index 797ef3a40..f17ab3f81 100644 --- a/tools/issue.install +++ b/tools/issue.install @@ -1,5 +1,5 @@ -Welcome to MINIX 3.1.7. +Welcome to MINIX 3.1.7a. The system is now running and many commands work normally. To use MINIX in a serious way, you need to install it to your hard disk, which you diff --git a/tools/release.sh b/tools/release.sh index f90e5fd78..f141fe052 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -194,7 +194,7 @@ if [ $PACKAGES -ne 0 ] then mkdir -p $PACKAGEDIR || true mkdir -p $PACKAGESOURCEDIR || true rm -f $PACKAGEDIR/List - retrieve $PACKAGEDIR $PACKAGELIST packages/`uname -p`/`uname -r`.`uname -v` + retrieve $PACKAGEDIR $PACKAGELIST packages/`uname -p`/3.1.7 retrieve $PACKAGESOURCEDIR $PACKAGESOURCELIST software fi