Skip to content

Commit 727680e

Browse files
committed
Update to v3.0
1 parent 54d3952 commit 727680e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.28)
22

3-
project(msgpack23 LANGUAGES C CXX VERSION 2.0)
3+
project(msgpack23 LANGUAGES C CXX VERSION 3.0)
44

55
set(CMAKE_CXX_STANDARD 23)
66
set(CMAKE_CXX_STANDARD_REQUIRED ON)

conanfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
class msgpack23(ConanFile):
55
name = "msgpack23"
6-
version = "2.0"
6+
version = "3.0"
77

88
license = "MIT"
99
author = "Rene Windegger <[email protected]>"

0 commit comments

Comments
 (0)