Skip to content

Commit 65be124

Browse files
authored
Merge pull request #108 from coding-cpp/v0.1.6
2 parents c372184 + c08cc99 commit 65be124

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.16)
2-
project(expresso VERSION 0.1.5)
2+
project(expresso VERSION 0.1.6)
33

4-
set(CMAKE_CXX_STANDARD 17)
4+
set(CMAKE_CXX_STANDARD 20)
55
set(CMAKE_CXX_EXTENSIONS OFF)
66
set(CMAKE_CXX_STANDARD_REQUIRED TRUE)
77

include/expresso/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
#define EXPRESSO_VERSION_MAJOR 0
44
#define EXPRESSO_VERSION_MINOR 1
5-
#define EXPRESSO_VERSION_PATCH 5
5+
#define EXPRESSO_VERSION_PATCH 6

0 commit comments

Comments
 (0)