Skip to content
Snippets Groups Projects
Commit 21a36d40 authored by Jakob Maljaars's avatar Jakob Maljaars
Browse files

Merge branch 'bump-version' into 'master'

Bump everybeam version to 0.1.1

See merge request !108
parents 22f6a2a4 a7f8ee66
No related branches found
Tags v0.1.1
1 merge request!108Bump everybeam version to 0.1.1
Pipeline #6303 passed
......@@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.0.0)
#------------------------------------------------------------------------------
# Set version name and project number
set(EVERYBEAM_VERSION 0.1.0)
set(EVERYBEAM_VERSION 0.1.1)
if(EVERYBEAM_VERSION MATCHES "^([0-9]+)\\.([0-9]+)\\.([0-9]+)")
set(EVERYBEAM_VERSION_MAJOR "${CMAKE_MATCH_1}")
set(EVERYBEAM_VERSION_MINOR "${CMAKE_MATCH_2}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment