Set the incoming sequence number correctly.

This commit is contained in:
Jonathan Naylor
2024-02-04 12:06:26 +00:00
parent c3b4e0539e
commit 2552aa4854
2 changed files with 32 additions and 1 deletions

View File

@@ -19,6 +19,6 @@
#if !defined(VERSION_H)
#define VERSION_H
const char* VERSION = "20240201";
const char* VERSION = "20240204";
#endif