Re: [hatari-devel] EmuTOS version number display |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] EmuTOS version number display
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sat, 2 May 2020 09:36:01 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1588404962; bh=1QoYiD4XCF148/rarw5lTXOAtHtgPRGMPuDO+Khqtus=; h=Date:From:To:Subject:From; b=JK3/KOqKzuEmk2ANSxpOUqmW8Ob3S7o0a2CbzyRGNC4Rj7BrQcGMZfhGmvW9fhrTJ 7eiFUVUZ0TqPqAMpQuJ91I3Qv3yQfBI4Nz02zN6k450cjkWD47BC/fjO6ki9x4BvCc akF9JmIDBShDNamipS/XMfxtP8pVcnN3g0Ge4c4bL/vf9mk2GbcYOjQWz5m39Qa/Oe zvlGifQ6U6TAB8Gnb/ZXeqq8o4xarIqlGP4jUPF7CUvnqOG0hlSsXP/03NbMicK+N6 0zMh2EjB6skF9KWwaxI5gdSdnwY2b54Za/d3+1Ulq58t9YJ1qvtFp2KKKBrZyMSTKW huwrqH8iZW8Lw==
Am Mon, 03 Feb 2020 15:36:02 -0500
schrieb "Roger Burrows" <anodyne@xxxxxxxxxxxx>:
> Since the most recent official release of EmuTOS (0.9.12), we've
> added code in EmuTOS to provide the EmuTOS version programatically.
> I've just added a text file to the EmuTOS repo (doc/version.txt) that
> describes how to access this. Note that, except for snapshots or
> custom-built versions, the first official release that will provide
> this is the next release (expected to be 1.0).
>
> It would be nice if Hatari could display this version number at the
> bottom of the Hatari window, in the same way that it displays the
> Atari TOS version number.
Thanks for the hint, I've implemented this now:
https://git.tuxfamily.org/hatari/hatari.git/commit/?id=3f271be1a3f015e57a1fcf7e53a06619b01d357a
Thomas