Updated version info string.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6089 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Tyler Dauwalder 2004-01-15 01:15:02 +00:00
parent 8c32c26731
commit f3dbee4c2b
1 changed files with 5 additions and 1 deletions

View File

@ -137,9 +137,13 @@ Shell::_PrintHelp() {
printf("\n");
}
#ifndef MAKEUDFIMAGE_VERSION
# define MAKEUDFIMAGE_VERSION ("development version " __DATE__ ", " __TIME__)
#endif
void
Shell::_PrintTitle() {
printf("makeudfimage v1.0.0 beta 1\n");
printf("makeudfimage %s\n", MAKEUDFIMAGE_VERSION);
printf("Copyright © 2004 Tyler Dauwalder\n");
printf("\n");
}