Skip to content

Commit

Permalink
Up version
Browse files Browse the repository at this point in the history
  • Loading branch information
effolkronium committed Jul 5, 2023
1 parent 8a154ce commit b9e79f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.0)

# define the project
project(effolkronium_random VERSION 1.4.1 LANGUAGES CXX)
project(effolkronium_random VERSION 1.5.0 LANGUAGES CXX)

option(Random_BuildTests "Build the unit tests" ON)

Expand Down
2 changes: 1 addition & 1 deletion include/effolkronium/random.hpp
Expand Up @@ -2,7 +2,7 @@
______ ___ _ _______ ________ __
| ___ \/ _ \ | \ | | _ \ _ | \/ | Random for modern C++
| |_/ / /_\ \| \| | | | | | | | . . |
| /| _ || . ` | | | | | | | |\/| | version 1.4.1
| /| _ || . ` | | | | | | | |\/| | version 1.5.0
| |\ \| | | || |\ | |/ /\ \_/ / | | |
\_| \_\_| |_/\_| \_/___/ \___/\_| |_/ https://github.com/effolkronium/random
Expand Down

0 comments on commit b9e79f3

Please sign in to comment.