From a540297fd447896a5c127ef050e6bd1e2e19d3b3 Mon Sep 17 00:00:00 2001 From: Nemanja Trifunovic Date: Mon, 15 Apr 2019 17:52:12 -0400 Subject: [PATCH] Version 3.0.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1622524..48ae311 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.0.2) -project (utf8cpp VERSION 3.0.2 LANGUAGES CXX) +project (utf8cpp VERSION 3.0.3 LANGUAGES CXX) option(UTF8_TESTS "Enable tests for UTF8-CPP" On) option(UTF8_SAMPLES "Enable building samples for UTF8-CPP" On)