Skip to content

Commit

Permalink
Refs #101045, 101038, 101044 Bump API version to 8001
Browse files Browse the repository at this point in the history
The implemented encoding of zero-length name components was corrected.
  • Loading branch information
Michael Plass committed Sep 25, 2013
1 parent b7af49c commit cd14ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csrc/include/ccn/ccn.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* Thus CCN_API_VERSION=1000 would have corresponded to the first public
* release (0.1.0), but that version did not have this macro defined.
*/
#define CCN_API_VERSION 8000
#define CCN_API_VERSION 8001

#if !defined(DEPRECATED)
/*
Expand Down

0 comments on commit cd14ef6

Please sign in to comment.