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

Starting post-2.3.3d

parent 040bdcab
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ http://apps.jcns.fz-juelich.de/doku/frida -> News
### start next development cycle
cd /G/f2
git checkout devel
git merge master
git rebase master
cd /G/f2/pub
vi CMakeLists.txt # version becomes "post-<release>"
kcom -m "Starting post-$V"
......
......@@ -8,7 +8,7 @@ set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
project(Frida)
set(Frida_VERSION 2.3.3d)
set(Frida_VERSION post-2.3.3d)
include(CTest) # equivalent to "enable_testing() ???
add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND}) # => 'make check' is an alias for 'ctest'
......
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