Skip to content

Commit aacf80c

Browse files
committed
Update version
1 parent 1142daf commit aacf80c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.15)
22

3-
project("cpp-argparse" VERSION 3.3.0 LANGUAGES CXX)
3+
project("cpp-argparse" VERSION 3.4.0 LANGUAGES CXX)
44

55
add_library(${PROJECT_NAME} INTERFACE)
66
add_library(${PROJECT_NAME}::${PROJECT_NAME} ALIAS ${PROJECT_NAME})

include/argparse.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Copyright 2018 - 2025 Krzysztof Karbowiak
33
4-
cpp-argparse v3.3.0
4+
cpp-argparse v3.4.0
55
66
See https://github.com/kkarbowiak/cpp-argparse
77

0 commit comments

Comments
 (0)