Browse Source

Bump version number

pull/55/head v6
Peter De Wachter 7 years ago
parent
commit
23117fe9e0
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.1)
project(brlaser CXX)
set(BRLASER_VERSION "5")
set(BRLASER_VERSION "6")
if (NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
message(STATUS "No build type selected, default to RelWithDebInfo")

Loading…
Cancel
Save