From 43c745789d291496fe1c3ed8a2c0dd6305260b32 Mon Sep 17 00:00:00 2001 From: sauwming Date: Thu, 24 Nov 2022 13:24:24 +0800 Subject: [PATCH] Changed version to 2.13 (2)-change PJ_VERSION_NUM_EXTRA --- pjlib/include/pj/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pjlib/include/pj/config.h b/pjlib/include/pj/config.h index d6f0ef207..9464bbcb1 100644 --- a/pjlib/include/pj/config.h +++ b/pjlib/include/pj/config.h @@ -1415,7 +1415,7 @@ PJ_BEGIN_DECL * Extra suffix for the version (e.g. "-trunk"), or empty for * web release version. */ -#define PJ_VERSION_NUM_EXTRA "-dev" +#define PJ_VERSION_NUM_EXTRA "" /** * PJLIB version number consists of three bytes with the following format: