Skip to content

Commit

Permalink
Updated the README. (Also really bump it up to 0.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ch0wW committed Jan 25, 2019
1 parent 6733ba9 commit ec5dd92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ IWADverifier can identify these IWADs:
* HacX v1.0 up to 1.2
* Chex Quest 1
* Chex Quest 3 v1.0 & 1.4
* DOOM 3 XBOX IWADs
* DOOM/DOOM2 XBLA IWADs
* DOOM 3 BFG Edition IWADs (+ NERVE.WAD)
* DOOM 3 XBOX
* DOOM/DOOM2 XBLA
* DOOM 3 BFG (+ NERVE.WAD)
* FreeDOOM v0.8 up to 0.11.3
* And many many more !

Expand Down Expand Up @@ -59,6 +59,8 @@ Then, inside the project folder, write `go build`, and that should be it.
- [ ] Probably a few code optimizations here and there.
- [x] Color support for better readability.

# Huge thanks to
* Mike Swanson (Chungy) for adding several IWADs to the list !

# Licence
This program is licenced under GPLv3.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ var (
)

const (
m_version = "0.2"
m_version = "0.3"
IWADbytes = 1145132873
PWADbytes = 1145132880
)
Expand Down

0 comments on commit ec5dd92

Please sign in to comment.