Skip to content
Snippets Groups Projects
Commit 53c98575 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

This is release 2.0

parent d5cc9ffe
No related branches found
No related tags found
No related merge requests found
Pipeline #2650 passed
......@@ -2,6 +2,7 @@ ransampl-2.0, released 28mar19:
Restore ransampl.pc.
Don't require GSL; for demo, use random number generator
from C standard lib.
Adapt code to non standard conforming compiler MSVC.
Change API: register random number generator along with
workspace allocation.
......
......@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.6 FATAL_ERROR)
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
include(PreventInSourceBuilds)
project(ransampl VERSION 1.3 LANGUAGES C)
project(ransampl VERSION 2.0 LANGUAGES C)
if(NOT DEFINED BUILD_SHARED_LIBS)
option(BUILD_SHARED_LIBS "Build as shared library" ON)
......
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