We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef9001 commit d83d0a7Copy full SHA for d83d0a7
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.16)
2
project(tmp
3
- VERSION 3.0.1
+ VERSION 4
4
DESCRIPTION "RAII-wrappers for unique temporary files and directories for modern C++"
5
HOMEPAGE_URL "https://github.com/bugdea1er/tmp"
6
LANGUAGES CXX)
meson.build
@@ -1,7 +1,7 @@
project(
'tmp',
'cpp',
- version: '3.0.1',
+ version: '4',
default_options: ['cpp_std=c++17'],
)
7
0 commit comments