diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2023-10-19 19:35:12 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2023-10-19 19:35:12 +0100 |
commit | 01c43784ec53aa1ff22aca7e7ae6f18b4591b514 (patch) | |
tree | 02afe50936eb1943413f4d03dc52f7efbeeb5757 /src/c/include | |
parent | 9b17f64d301334b999a8138037d32ff72e951018 (diff) | |
download | unit-wasm-01c43784ec53aa1ff22aca7e7ae6f18b4591b514.tar.gz unit-wasm-01c43784ec53aa1ff22aca7e7ae6f18b4591b514.tar.bz2 |
unit-wasm 0.3.0v0.3.0
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'src/c/include')
-rw-r--r-- | src/c/include/unit/unit-wasm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c/include/unit/unit-wasm.h b/src/c/include/unit/unit-wasm.h index c7625de..f7b0963 100644 --- a/src/c/include/unit/unit-wasm.h +++ b/src/c/include/unit/unit-wasm.h @@ -17,7 +17,7 @@ extern "C" { #endif #define LUW_VERSION_MAJOR 0 -#define LUW_VERSION_MINOR 2 +#define LUW_VERSION_MINOR 3 #define LUW_VERSION_PATCH 0 /* Version number in hex 0xMMmmpp00 */ |