Skip to content

Commit

Permalink
Correct patch version for 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AzothAmmo committed Feb 28, 2022
1 parent 6e1c66a commit ebef1e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion include/cereal/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit ebef1e9

Please sign in to comment.