Skip to content

Commit b4df066

Browse files
Merge pull request #43 from huangminghuang/set-release-0.9
set version to 0.9
2 parents 2e471e9 + a325a42 commit b4df066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.14)
22
message("CMake Version: ${CMAKE_VERSION}")
33
project(hpp_proto
4-
VERSION 0.1.0
4+
VERSION 0.9.0
55
LANGUAGES CXX)
66

77
set(CMAKE_CXX_STANDARD 20) # requires for compiling is_utf

0 commit comments

Comments
 (0)