From e42753d1d3612371270a20c8420aa0ddd4bb6746 Mon Sep 17 00:00:00 2001 From: Travis Gockel Date: Wed, 13 Jun 2018 11:42:12 -0600 Subject: [PATCH] Backout to version 1.2.1. --- include/jsonv/config.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/jsonv/config.hpp b/include/jsonv/config.hpp index 9d5ce67..6bd406a 100644 --- a/include/jsonv/config.hpp +++ b/include/jsonv/config.hpp @@ -19,8 +19,8 @@ #endif #define JSONV_VERSION_MAJOR 1 -#define JSONV_VERSION_MINOR 3 -#define JSONV_VERSION_PATCH 0 +#define JSONV_VERSION_MINOR 2 +#define JSONV_VERSION_PATCH 1 /** \def JSONV_DEBUG * \brief Was JSON Voorhees compiled in debug mode?