Differences From Artifact [1d28ae7236]:
- File src/main.c — part of check-in [3f5ef308fe] at 2008-10-27 15:34:20 on branch trunk — Fix the web-browser user setting so that it actually works. (user: drh size: 21672)
To Artifact [89f5fcc95e]:
- File src/main.c — part of check-in [d5cd3251fa] at 2008-10-31 13:36:33 on branch trunk — Change a couple of instances of "file" to the more correct "artifact". Make it clear that the build time is expressed in UTC. (user: drh size: 21676)
| ︙ | |||
433 434 435 436 437 438 439 | 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 | - + |
** COMMAND: version
**
** Usage: %fossil version
**
** Print the source code version number for the fossil executable.
*/
void version_cmd(void){
|
| ︙ |