Skip to content

Commit 69437a7

Browse files
author
Michael Plass
committed
Refs #100576, 100651, 100655, 100666, 100668, 100670. Bump CCN_API_VERSION to 5001.
Covers these changes from 0.5.0 to 0.5.1: 100670 SyncTest.localStore does not set scope 100668 implement destroyface in ccndc 100666 ccnd should provide a way to specify default staleness 100655 RootAdvise exclusion lists can become too long 100651 autoreg does not work for link adaptor faces
1 parent f39daf0 commit 69437a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csrc/include/ccn/ccn.h

Lines changed: 1 addition & 1 deletion
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 5000
40+
#define CCN_API_VERSION 5001
4141

4242
/**
4343
* Interest lifetime default.

0 commit comments

Comments
 (0)