Skip to content

Commit cd14ef6

Browse files
author
Michael Plass
committed
Refs #101045, 101038, 101044 Bump API version to 8001
The implemented encoding of zero-length name components was corrected.
1 parent b7af49c commit cd14ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csrc/include/ccn/ccn.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* Thus CCN_API_VERSION=1000 would have corresponded to the first public
3838
* release (0.1.0), but that version did not have this macro defined.
3939
*/
40-
#define CCN_API_VERSION 8000
40+
#define CCN_API_VERSION 8001
4141

4242
#if !defined(DEPRECATED)
4343
/*

0 commit comments

Comments
 (0)