Skip to content

Commit

Permalink
Merge pull request #108 from coding-cpp/v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jadit19 authored Oct 20, 2024
2 parents c372184 + c08cc99 commit 65be124
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
project(expresso VERSION 0.1.5)
project(expresso VERSION 0.1.6)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_CXX_STANDARD_REQUIRED TRUE)

Expand Down
2 changes: 1 addition & 1 deletion include/expresso/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

#define EXPRESSO_VERSION_MAJOR 0
#define EXPRESSO_VERSION_MINOR 1
#define EXPRESSO_VERSION_PATCH 5
#define EXPRESSO_VERSION_PATCH 6

0 comments on commit 65be124

Please sign in to comment.