mirror of
https://github.com/boostorg/serialization.git
synced 2026-02-23 16:02:13 +00:00
bumped archive version in case I break something
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user