From 08578e86eea120c5ab2ab1af5a18b7840120d87b Mon Sep 17 00:00:00 2001 From: Riza Sulistyo Date: Wed, 1 Nov 2023 16:37:28 +0700 Subject: [PATCH] Changed version to 2.14 (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 1a234fd8f..9d09e3341 100644 --- a/pjlib/include/pj/config.h +++ b/pjlib/include/pj/config.h @@ -1502,7 +1502,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: