From 3c2c4462f9083b7fadddbebcb7987c152a13393b Mon Sep 17 00:00:00 2001 From: Joshua Saxby Date: Fri, 28 Oct 2016 21:58:36 +0100 Subject: [PATCH] Bump version due to small breaking changes (v0.20.0) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd29952..31994f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ # begin basic metadata cmake_minimum_required(VERSION 3.0) -project(libsaxbospiral VERSION 0.19.3 LANGUAGES C) +project(libsaxbospiral VERSION 0.20.0 LANGUAGES C) # set default C standard to use (C99) set(SAXBOSPIRAL_C_STANDARD "99")