From 5058fe7df3cb0c8c8cba87976eeedd0f4ba311dd Mon Sep 17 00:00:00 2001 From: Ostrzyciel Date: Wed, 21 Aug 2024 16:43:55 +0200 Subject: [PATCH] Move custom exts to version 10k or higher Let's be generous and assume that eventually there could be more than 1000 versions of Jelly... maybe we will find a different use of this version space later. --- rdf.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdf.proto b/rdf.proto index 2b3f4a6..c938ad1 100644 --- a/rdf.proto +++ b/rdf.proto @@ -246,7 +246,7 @@ message RdfStreamOptions { LogicalStreamType logical_type = 14; // Protocol version (required) // For Jelly 1.0.x value must be 1. - // For custom extensions, the value must be 1000 or higher. + // For custom extensions, the value must be 10000 or higher. uint32 version = 15; }