Add more POCSAG display information.

This commit is contained in:
Jonathan Naylor
2020-12-15 10:19:37 +00:00
parent a027b1f3bd
commit b22d9084c8
2 changed files with 3 additions and 2 deletions

View File

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