Skip to content

Commit f5baa97

Browse files
committed
1 parent bb596c0 commit f5baa97

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44

55
<!-- ---------------------------------------------------------------------------------------- -->
66

7-
This [Lua] module provides an array data type together with a [C API](./src/carray_capi.h)
7+
This [Lua] module provides an array data type and the implementation of the [Carray C API]
88
for handling arrays of primitive numeric C data types in Lua script code and also in native
9-
C code for enhancing native Lua module interoperability.
9+
C code for enhancing native Lua module interoperability and performance.
1010

11-
[Lua]: https://www.lua.org
11+
[Lua]: https://www.lua.org
12+
[Carray C API]: https://github.com/lua-capis/lua-carray-capi
1213

1314
<!-- ---------------------------------------------------------------------------------------- -->
1415

src/carray_capi.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#endif
1212

1313
#define CARRAY_CAPI_ID_STRING "_capi_carray"
14-
#define CARRAY_CAPI_VERSION_MAJOR -2
14+
#define CARRAY_CAPI_VERSION_MAJOR 0
1515
#define CARRAY_CAPI_VERSION_MINOR 0
1616
#define CARRAY_CAPI_VERSION_PATCH 1
1717

0 commit comments

Comments
 (0)