You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/cereal/files/cereal-1.3.1-fix-version.patch

15 lines
452 B

https://github.com/USCiLab/cereal/issues/748
https://github.com/symengine/symengine/issues/1886
https://bugs.gentoo.org/833817
--- a/include/cereal/version.hpp
+++ b/include/cereal/version.hpp
@@ -42,7 +42,7 @@
//! The minor version
#define CEREAL_VERSION_MINOR 3
//! The patch version
-#define CEREAL_VERSION_PATCH 0
+#define CEREAL_VERSION_PATCH 1
//! The full version as a single number
#define CEREAL_VERSION (CEREAL_VERSION_MAJOR * 10000 \