Update project version

This commit is contained in:
Nemanja Trifunovic 2019-04-14 18:34:26 -04:00
parent e6da1a36aa
commit d5e847d0a3

View file

@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.0.2)
project (utf8cpp VERSION 2.3.6 LANGUAGES CXX)
project (utf8cpp VERSION 3.0.2 LANGUAGES CXX)
option(UTF8_TESTS "Enable tests for UTF8-CPP" On)
option(UTF8_SAMPLES "Enable building samples for UTF8-CPP" On)