We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1c66a commit ebef1e9Copy full SHA for ebef1e9
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.6...3.15)
2
3
-project(cereal LANGUAGES CXX VERSION 1.3.1)
+project(cereal LANGUAGES CXX VERSION 1.3.2)
4
5
if(PROJECT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
6
set(CEREAL_MASTER_PROJECT ON)
include/cereal/version.hpp
@@ -42,7 +42,7 @@
42
//! The minor version
43
#define CEREAL_VERSION_MINOR 3
44
//! The patch version
45
-#define CEREAL_VERSION_PATCH 0
+#define CEREAL_VERSION_PATCH 2
46
47
//! The full version as a single number
48
#define CEREAL_VERSION (CEREAL_VERSION_MAJOR * 10000 \
0 commit comments