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 midge.readme
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Short: MQTT 3.1.1 client for classic AmigaOS
Author: simond@irrelevant.org (Simon Dick)
Uploader: simond@irrelevant.org (Simon Dick)
Type: comm/net
Version: 0.1
Version: 0.2
Architecture: m68k-amigaos >= 3.1
Requires: 68020

Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
*
* MIDGE_VERSION_DATE is the AmigaOS $VER date, <dd>.<mm>.<yyyy> per
* https://wiki.amigaos.net/wiki/Version_Strings */
#define MIDGE_VERSION "0.1"
#define MIDGE_VERSION_DATE "29.08.2026"
#define MIDGE_VERSION "0.2"
#define MIDGE_VERSION_DATE "30.08.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