diff options
Diffstat (limited to 'pkg/libcbor/gen.lua')
| -rw-r--r-- | pkg/libcbor/gen.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/libcbor/gen.lua b/pkg/libcbor/gen.lua index b2725ab3..7a9c1162 100644 --- a/pkg/libcbor/gen.lua +++ b/pkg/libcbor/gen.lua @@ -7,8 +7,8 @@ cflags{ build('sed', '$outdir/include/cbor/configuration.h', '$srcdir/src/cbor/configuration.h.in', { expr={ [[-e 's,$${CBOR_VERSION_MAJOR},0,']], - [[-e 's,$${CBOR_VERSION_MINOR},5,']], - [[-e 's,$${CBOR_VERSION_PATCH},0,']], + [[-e 's,$${CBOR_VERSION_MINOR},6,']], + [[-e 's,$${CBOR_VERSION_PATCH},1,']], [[-e 's,$${CBOR_BUFFER_GROWTH},2,']], [[-e 's,$${CBOR_RESTRICT_SPECIFIER},restrict,']], [[-e 's,$${CBOR_INLINE_SPECIFIER},inline,']], |
