Diff
Not logged in

Differences From:

File src/main.c part of check-in [3f5ef308fe] - Fix the web-browser user setting so that it actually works. by drh on 2008-10-27 15:34:20. [view]

To:

File src/main.c part of check-in [d5cd3251fa] - Change a couple of instances of "file" to the more correct "artifact". Make it clear that the build time is expressed in UTC. by drh on 2008-10-31 13:36:33. [view]

@@ -436,9 +436,9 @@
 **
 ** Print the source code version number for the fossil executable.
 */
 void version_cmd(void){
-  printf("This is fossil version " MANIFEST_VERSION " " MANIFEST_DATE "\n");
+  printf("This is fossil version " MANIFEST_VERSION " " MANIFEST_DATE " UTC\n");
 }
 
 
 /*