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:
parent
8c32c26731
commit
f3dbee4c2b
@ -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");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user