Differences From:
File
src/main.c
part of check-in
[b2e55c0d4d]
- Add the /wiki and /bwiki web pages. Currently renders content from
the check-out as readonly.
by
drh on
2007-09-01 21:11:33.
Also file
src/main.c
part of check-in
[bbcb6326c9]
- Pulled in the navbar and timeline changes.
by
aku on
2007-09-17 00:58:51.
[view]
To:
File
src/main.c
part of check-in
[c2d1e3c70a]
- Improved display of version information on the help command. Display
fossil version number and date on the bottom of every webpage.
by
drh on
2007-09-22 17:38:57.
[view]
@@ -386,9 +386,9 @@
const char *z;
if( g.argc!=3 ){
printf("Usage: %s help COMMAND.\nAvailable COMMANDs:\n", g.argv[0]);
cmd_cmd_list();
- printf("You are running fossil baseline " MANIFEST_UUID "\n");
+ printf("This is fossil version " MANIFEST_VERSION " " MANIFEST_DATE "\n");
return;
}
rc = name_search(g.argv[2], aCommand, count(aCommand), &idx);
if( rc==1 ){