Browse Source

Update cmake release number

2.6-stable
Emanuele Faranda 5 years ago
committed by GitHub
parent
commit
a1909f1052
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.6)
include(CheckFunctionExists) include(CheckFunctionExists)
# N2n information # N2n information
set(N2N_VERSION 2.5.1) set(N2N_VERSION 2.6.0)
set(N2N_OSNAME ${CMAKE_SYSTEM}) set(N2N_OSNAME ${CMAKE_SYSTEM})
# N2n specific params # N2n specific params

Loading…
Cancel
Save