Skip to content

Commit

Permalink
Merge pull request #43 from huangminghuang/set-release-0.9
Browse files Browse the repository at this point in the history
set version to 0.9
  • Loading branch information
huangminghuang authored Nov 10, 2024
2 parents 2e471e9 + a325a42 commit b4df066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.14)
message("CMake Version: ${CMAKE_VERSION}")
project(hpp_proto
VERSION 0.1.0
VERSION 0.9.0
LANGUAGES CXX)

set(CMAKE_CXX_STANDARD 20) # requires for compiling is_utf
Expand Down

0 comments on commit b4df066

Please # to comment.