Skip to content

Commit d83d0a7

Browse files
committed
Release v4
1 parent 3ef9001 commit d83d0a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.16)
22
project(tmp
3-
VERSION 3.0.1
3+
VERSION 4
44
DESCRIPTION "RAII-wrappers for unique temporary files and directories for modern C++"
55
HOMEPAGE_URL "https://github.com/bugdea1er/tmp"
66
LANGUAGES CXX)

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'tmp',
33
'cpp',
4-
version: '3.0.1',
4+
version: '4',
55
default_options: ['cpp_std=c++17'],
66
)
77

0 commit comments

Comments
 (0)