From 9e721cfacdf5c2cc435dca1cb23a3f4939fcc18a Mon Sep 17 00:00:00 2001 From: Joshua Saxby Date: Sun, 20 Nov 2016 20:12:26 +0000 Subject: [PATCH] Version bump 0.23.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e8db01..003b3ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ # begin basic metadata cmake_minimum_required(VERSION 3.0) -project(libsaxbospiral VERSION 0.22.0 LANGUAGES C) +project(libsaxbospiral VERSION 0.23.0 LANGUAGES C) # set default C standard to use (C99) if not already set if(NOT DEFINED SAXBOSPIRAL_C_STANDARD)