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

This is release 2.4.2c

parent 6c0fc11f
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,6 @@ vi pub/CMakeLists.txt # increment version number, remove "post-"
vi pub/CHANGELOG
rm -r /G/f2/pub/build
rm -r /G/f2/pub/mybuild
rm -r /G/f2/pub/qtbuild
cd /G/f2/pub
rm *~
......
Release
Release 2.4.2c of 21dec18:
- Fit outcomes mad/mrd: maximum abs/rel deviation of fit from data points
- Recommends lmfit8.1 and libcerf1.10.
Release 2.4.2b of 2oct18:
......
......@@ -8,7 +8,7 @@ option(PEDANTIC "Compile with pedantic warnings" ON)
project(Frida)
set(Frida_VERSION post-2.4.2b)
set(Frida_VERSION 2.4.2c)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
......@@ -16,7 +16,7 @@ if(MSVC)
else()
add_compile_options(-O2)
if(PEDANTIC)
add_compile_options(-pedantic -Wall -Wno-sign-compare -Wno-parentheses -Werror)
add_compile_options(-pedantic -Wall -Wno-sign-compare -Wno-parentheses)
endif()
endif()
......
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