From ebef1e929807629befafbb2918ea1a08c7194554 Mon Sep 17 00:00:00 2001 From: Shane Grant Date: Sun, 27 Feb 2022 19:19:24 -0800 Subject: [PATCH] Correct patch version for 1.3.2 --- CMakeLists.txt | 2 +- include/cereal/version.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 633cf109..802e2ad9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.6...3.15) -project(cereal LANGUAGES CXX VERSION 1.3.1) +project(cereal LANGUAGES CXX VERSION 1.3.2) if(PROJECT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR) set(CEREAL_MASTER_PROJECT ON) diff --git a/include/cereal/version.hpp b/include/cereal/version.hpp index d84ffa67..0ad7d41c 100644 --- 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 2 //! The full version as a single number #define CEREAL_VERSION (CEREAL_VERSION_MAJOR * 10000 \