Skip to content
Snippets Groups Projects
Commit 37f1a4c9 authored by JeremyMcCormick's avatar JeremyMcCormick
Browse files

Increment slic major version

parent 603d90e9
Branches
Tags
No related merge requests found
...@@ -12,9 +12,9 @@ CMAKE_MINIMUM_REQUIRED( VERSION 2.8 ) ...@@ -12,9 +12,9 @@ CMAKE_MINIMUM_REQUIRED( VERSION 2.8 )
PROJECT( SLIC ) PROJECT( SLIC )
# project version # project version
SET( SLIC_VERSION_MAJOR 5 ) SET( SLIC_VERSION_MAJOR 6 )
SET( SLIC_VERSION_MINOR 0 ) SET( SLIC_VERSION_MINOR 0 )
SET( SLIC_VERSION_PATCH 1 ) SET( SLIC_VERSION_PATCH 0 )
# option for enabling and disabling the logging system # option for enabling and disabling the logging system
OPTION( ENABLE_SLIC_LOG "enable slic logging system" ON ) OPTION( ENABLE_SLIC_LOG "enable slic logging system" ON )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment