bumped archive version in case I break something

This commit is contained in:
Robert Ramey
2015-03-23 15:38:53 -07:00
parent 5a94e5e4eb
commit 8dd74ab095

View File

@@ -73,10 +73,11 @@ BOOST_ARCHIVE_SIGNATURE(){
// 10- fixed base64 output/input.
// 11- not changes
// 12- improved serialization of collections
// 13- simplified visibility, removed Borland, removed pfto
BOOST_ARCHIVE_DECL library_version_type
BOOST_ARCHIVE_VERSION(){
return library_version_type(12);
return library_version_type(13);
}
} // namespace archive