Subversion Repositories HelenOS

Rev

Rev 3478 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3478 Rev 4634
Line 58... Line 58...
58
}
58
}
59
 
59
 
60
/** Print version information. */
60
/** Print version information. */
61
void version_print(void)
61
void version_print(void)
62
{
62
{
63
    printf("HelenOS init\nRelease %s%s%s\nCopyright (c) 2006 HelenOS project\n", release, revision, timestamp);
63
    printf("HelenOS init\nRelease %s%s%s\nCopyright (c) 2009 HelenOS project\n", release, revision, timestamp);
64
}
64
}
65
 
65
 
66
/** @}
66
/** @}
67
 */
67
 */