Change prelaunch version to 0.0.9 (#35)

Signed-off-by: Roshan Khatri <rvkhatri@amazon.com>
This commit is contained in:
Roshan Khatri 2025-02-13 14:51:37 -08:00 committed by GitHub
parent ac4f334af7
commit 4a7a08ba6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ else()
endif()
# Project definition
project(ValkeyJSONModule VERSION 1.0 LANGUAGES C CXX)
project(ValkeyJSONModule VERSION 0.0.9 LANGUAGES C CXX)
# Set the name of the JSON shared library
set(JSON_MODULE_LIB json)

View File

@ -38,7 +38,7 @@
#include <memory>
#include <cmath>
#define MODULE_VERSION 10201
#define MODULE_VERSION 90
#define MODULE_NAME "json"
#define DOCUMENT_TYPE_NAME "ReJSON-RL"
#define DOCUMENT_TYPE_ENCODING_VERSION 3 /* Currently support 1 or 3 */