mirror of
https://github.com/a2-4am/wozardry.git
synced 2025-01-20 23:30:07 +00:00
final touches
This commit is contained in:
parent
6ce84d8238
commit
74db8e5fe6
@ -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
|
||||
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
|
||||
have the data you expected, or any data at all. `wozardry` can't answer those
|
||||
questions.
|
||||
have the data you expected, or any data at all. The `verify` command can not
|
||||
answer those questions.
|
||||
|
||||
### `dump` command
|
||||
|
||||
|
@ -13,8 +13,8 @@ import itertools
|
||||
import os
|
||||
import sys
|
||||
|
||||
__version__ = "2.0-beta" # https://semver.org
|
||||
__date__ = "2019-03-02"
|
||||
__version__ = "2.0" # https://semver.org
|
||||
__date__ = "2019-03-04"
|
||||
__progname__ = "wozardry"
|
||||
__displayname__ = __progname__ + " " + __version__ + " by 4am (" + __date__ + ")"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user