Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kkarbowiak committed Feb 6, 2025
1 parent 217a196 commit e27beb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.15)

project("cpp-argparse" VERSION 2.3.2 LANGUAGES CXX)
project("cpp-argparse" VERSION 2.4.0 LANGUAGES CXX)

add_library(${PROJECT_NAME} INTERFACE)
add_library(${PROJECT_NAME}::${PROJECT_NAME} ALIAS ${PROJECT_NAME})
Expand Down
2 changes: 1 addition & 1 deletion include/argparse.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Copyright 2018 - 2025 Krzysztof Karbowiak
cpp-argparse v2.3.2
cpp-argparse v2.4.0
See https://github.com/kkarbowiak/cpp-argparse
Expand Down

0 comments on commit e27beb9

Please sign in to comment.