Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion devsoak.readme
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Short: Destructive soak/correctness tester for trackdisk drivers
Author: simond@irrelevant.org (Simon Dick)
Uploader: simond@irrelevant.org (Simon Dick)
Type: dev/misc
Version: 0.1
Version: 1.0
Architecture: m68k-amigaos >= 3.0; m68k-aros
Requires: 68000

Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
*
* DEVSOAK_VERSION_DATE is the AmigaOS $VER date, <dd>.<mm>.<yyyy> per
* https://wiki.amigaos.net/wiki/Version_Strings */
#define DEVSOAK_VERSION "0.1"
#define DEVSOAK_VERSION_DATE "01.09.2026"
#define DEVSOAK_VERSION "1.0"
#define DEVSOAK_VERSION_DATE "02.09.2026"

/* Embedded AmigaOS version string, findable by the shell `Version` command.
* The leading "\0" guards against an adjacent string in the binary running
Expand Down