diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2023-08-30 14:56:03 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2023-08-30 14:56:03 +0100 |
commit | d81bc9290edc8d1eb59ced024499359ccd4da77a (patch) | |
tree | 089091defe929812f839db79f2ec615568f7bc0c /src/c/include/unit/unit-wasm.h | |
parent | dbd81dc934d0bfab56a99c01105ca2dd09b51644 (diff) | |
download | unit-wasm-52bfc8625429204fcf3185798406ef94e086b40b.tar.gz unit-wasm-52bfc8625429204fcf3185798406ef94e086b40b.tar.bz2 |
unit-wasm 0.2.0v0.2.0
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'src/c/include/unit/unit-wasm.h')
-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 834e4f1..272d762 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 1 +#define LUW_VERSION_MINOR 2 #define LUW_VERSION_PATCH 0 /* Version number in hex 0xMMmmpp00 */ |