summaryrefslogtreecommitdiff
path: root/pkg/libcbor/gen.lua
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/libcbor/gen.lua')
-rw-r--r--pkg/libcbor/gen.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/libcbor/gen.lua b/pkg/libcbor/gen.lua
index 2102c6e4..11eca844 100644
--- a/pkg/libcbor/gen.lua
+++ b/pkg/libcbor/gen.lua
@@ -7,7 +7,7 @@ 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},8,']],
+ [[-e 's,$${CBOR_VERSION_MINOR},9,']],
[[-e 's,$${CBOR_VERSION_PATCH},0,']],
[[-e 's,$${CBOR_BUFFER_GROWTH},2,']],
[[-e 's,$${CBOR_MAX_STACK_SIZE},2048,']],