Skip to content

Commit cf7b5f9

Browse files
committed
Updated project version inside cmake file
1 parent a6d9223 commit cf7b5f9

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
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10...3.15)
22

33
# Setting up project
44
project(curlcpp
5-
VERSION 1.4
5+
VERSION 1.5
66
DESCRIPTION "An object oriented C++ wrapper for CURL (libcurl)"
77
HOMEPAGE_URL "https://github.com/JosephP91/curlcpp/"
88
LANGUAGES CXX)

0 commit comments

Comments
 (0)