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

Starting post-2.3.0b

parent 65a90d7d
No related branches found
No related tags found
No related merge requests found
...@@ -54,9 +54,12 @@ git checkout devel ...@@ -54,9 +54,12 @@ git checkout devel
git merge master git merge master
cd /G/f2/pub cd /G/f2/pub
vi CMakeLists.txt # version becomes "post-<release>" vi CMakeLists.txt # version becomes "post-<release>"
cd /G/f2/pub/gcc; cmake ..; m -j7; mi cd /G/f2/pub
mkdir gcc
cd gcc
cmake ..; m -j7; mi
kcom # Starting post-... kcom -m "Starting post-$V"
kush kush
### rebuild ### rebuild
......
...@@ -11,7 +11,7 @@ project(Frida) ...@@ -11,7 +11,7 @@ project(Frida)
# --- The version number --- # --- The version number ---
set(Frida_VERSION 2.3.0b) set(Frida_VERSION post-2.3.0b)
# --- General project settings --- # --- General project settings ---
#option(FRIDA_PYTHON "Build with python support" ON) #option(FRIDA_PYTHON "Build with python support" 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