Skip to content

Commit

Permalink
Releasing.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Dec 29, 2022
1 parent 7c3efb6 commit 660bfe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.15)
project(is_utf8
DESCRIPTION "Fast UTF-8 Validation"
LANGUAGES CXX
VERSION 1.0.1
VERSION 1.1.0
)

include(GNUInstallDirs)
Expand All @@ -25,7 +25,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_MACOSX_RPATH OFF)

set(IS_UTF8_LIB_VERSION "1.0.1" CACHE STRING "is_utf8 library version")
set(IS_UTF8_LIB_VERSION "1.1.0" CACHE STRING "is_utf8 library version")
set(IS_UTF8_LIB_SOVERSION "1" CACHE STRING "is_utf8 library soversion")

set(IS_UTF8_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/src)
Expand Down

0 comments on commit 660bfe8

Please sign in to comment.