Skip to content
Snippets Groups Projects
Commit 00170bab authored by Felix de las Pozas's avatar Felix de las Pozas
Browse files

Fix: update version to 0.7.5 in CMakeLists script.

parent dcfbd29f
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
# #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
cmake_minimum_required( VERSION 3.1 FATAL_ERROR ) cmake_minimum_required( VERSION 3.1 FATAL_ERROR )
project( NeuroScheme VERSION 0.7.4 ) project( NeuroScheme VERSION 0.7.5 )
set( NeuroScheme_VERSION_ABI 12 ) set( NeuroScheme_VERSION_ABI 12 )
# Disable in source building # Disable in source building
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment