From fc53a64349c988c6685957360e56fef675c01d42 Mon Sep 17 00:00:00 2001 From: dfeneyrou Date: Mon, 16 Aug 2021 23:23:57 +0300 Subject: [PATCH] Version 0.3.0 --- c++/palanteer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c++/palanteer.h b/c++/palanteer.h index 2f129ad..174389f 100644 --- a/c++/palanteer.h +++ b/c++/palanteer.h @@ -1297,8 +1297,8 @@ class plCliIo { #if USE_PL==1 || PL_EXPORT==1 // Library version -#define PALANTEER_VERSION "0.3.dev2" -#define PALANTEER_VERSION_NUM 202 // Monotonic number. 100 per version component. Official release are multiples of 100 +#define PALANTEER_VERSION "0.3" +#define PALANTEER_VERSION_NUM 300 // Monotonic number. 100 per version component. Official release are multiples of 100 // Client-Server protocol version #define PALANTEER_CLIENT_PROTOCOL_VERSION 1