final touches

This commit is contained in:
4am 2019-03-04 21:31:37 -05:00
parent 6ce84d8238
commit 74db8e5fe6
2 changed files with 4 additions and 4 deletions

View File

@ -57,8 +57,8 @@ The `verify` command does not "read" the data on the disk like an emulator
would. It merely verifies the structure of the `.woz` file itself and applies a would. It merely verifies the structure of the `.woz` file itself and applies a
few sanity checks on the embedded metadata (if any). The disk may or may not few sanity checks on the embedded metadata (if any). The disk may or may not
boot in an emulator. It may not pass its own copy protection checks. It may not boot in an emulator. It may not pass its own copy protection checks. It may not
have the data you expected, or any data at all. `wozardry` can't answer those have the data you expected, or any data at all. The `verify` command can not
questions. answer those questions.
### `dump` command ### `dump` command

View File

@ -13,8 +13,8 @@ import itertools
import os import os
import sys import sys
__version__ = "2.0-beta" # https://semver.org __version__ = "2.0" # https://semver.org
__date__ = "2019-03-02" __date__ = "2019-03-04"
__progname__ = "wozardry" __progname__ = "wozardry"
__displayname__ = __progname__ + " " + __version__ + " by 4am (" + __date__ + ")" __displayname__ = __progname__ + " " + __version__ + " by 4am (" + __date__ + ")"