update for releases with git.

This commit is contained in:
Ben Gras
2010-11-11 02:00:12 +00:00
parent aaaad89244
commit fd2b22474f
2 changed files with 31 additions and 7 deletions

View File

@@ -347,8 +347,8 @@ PRIVATE void announce(void)
{
/* Display the MINIX startup banner. */
printf("\nMINIX %s.%s. "
#ifdef _SVN_REVISION
"(" _SVN_REVISION ")\n"
#ifdef _VCS_REVISION
"(" _VCS_REVISION ")\n"
#endif
"Copyright 2010, Vrije Universiteit, Amsterdam, The Netherlands\n",
OS_RELEASE, OS_VERSION);