From c32936de423c6491033c88cb590d8a2ddb3a57c0 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Fri, 13 Dec 2019 07:14:21 -0700 Subject: [PATCH] updated version --- QnetGateway.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QnetGateway.cpp b/QnetGateway.cpp index 516f9b3..a5482f9 100644 --- a/QnetGateway.cpp +++ b/QnetGateway.cpp @@ -49,7 +49,7 @@ #include "QnetConfigure.h" #include "QnetGateway.h" -const std::string IRCDDB_VERSION("QnetGateway-9.1"); +const std::string IRCDDB_VERSION("QnetGateway-9.2"); extern void dstar_dv_init(); extern int dstar_dv_decode(const unsigned char *d, int data[3]);