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

This is release 2.3.3c

parent 8f49e0f5
No related branches found
Tags v2.3.3c
No related merge requests found
cd /G/f2
### merge devel into master
git rebase -i HEAD~99 # correct commit messages; do not go past last tag or branch from master
git checkout master
git pull origin master
git merge devel
git rebase -i HEAD~99 # correct commit messages; do not go past last release tag
git push origin master
### prepare
......
......@@ -3,6 +3,8 @@ Release 2.3.3c:
- Bug fix:
- msa: handle file-dependent nJ, handle mj
- msb: z to r was broken (patch by Antti)
- op*: was froken since move to move semantics in 2.3.3a.
- curve-from-script: some metadata were not copied
Release 2.3.3b of 12jan16:
......
......@@ -8,7 +8,7 @@ set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
project(Frida)
set(Frida_VERSION post-2.3.3b)
set(Frida_VERSION 2.3.3c)
enable_testing()
......
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