Fix a potential issue with reporting the wrong command type in ACK and NAK messages.

This commit is contained in:
Jonathan Naylor 2021-06-17 16:55:59 +01:00
parent 43b53fe2fc
commit f4e1c0b401
3 changed files with 43 additions and 43 deletions

View file

@ -19,7 +19,7 @@
#if !defined(VERSION_H)
#define VERSION_H
#define VERSION "20210508"
#define VERSION "20210617"
#endif