From 8dd74ab0951dfced3b738d6d4bb6aa2fe7a692ba Mon Sep 17 00:00:00 2001 From: Robert Ramey Date: Mon, 23 Mar 2015 15:38:53 -0700 Subject: [PATCH] bumped archive version in case I break something --- src/basic_archive.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/basic_archive.cpp b/src/basic_archive.cpp index b26a32b0..88cad3fa 100644 --- a/src/basic_archive.cpp +++ b/src/basic_archive.cpp @@ -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