|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
/*
|
|
|
|
|
MIT License |
|
|
|
|
|
|
|
|
|
Copyright (c) 2018 - 2020 LiteSpeed Technologies Inc |
|
|
|
|
Copyright (c) 2018 - 2021 LiteSpeed Technologies Inc |
|
|
|
|
|
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy |
|
|
|
|
of this software and associated documentation files (the "Software"), to deal |
|
|
|
@ -34,8 +34,8 @@ extern "C" {
|
|
|
|
|
#include "lsxpack_header.h" |
|
|
|
|
|
|
|
|
|
#define LSHPACK_MAJOR_VERSION 2 |
|
|
|
|
#define LSHPACK_MINOR_VERSION 2 |
|
|
|
|
#define LSHPACK_PATCH_VERSION 1 |
|
|
|
|
#define LSHPACK_MINOR_VERSION 3 |
|
|
|
|
#define LSHPACK_PATCH_VERSION 0 |
|
|
|
|
|
|
|
|
|
#define lshpack_strlen_t lsxpack_strlen_t |
|
|
|
|
#define LSHPACK_MAX_STRLEN LSXPACK_MAX_STRLEN |
|
|
|
|