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

This is release 2.3.3b

parent 85e09ed9
No related branches found
Tags v2.3.3b
No related merge requests found
Release 2.3.3b of 12jan16:
- Bugfix (plot::determineYrange was broken)
- Further refactoring: namespaces -> singleton classes SMem, SFSel
Release 2.3.3a of 7jan16:
- Major refactoring (resulting in acceleration by 0 to 10%):
......
......@@ -8,7 +8,7 @@ set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
project(Frida)
set(Frida_VERSION post-2.3.3a)
set(Frida_VERSION 2.3.3b)
enable_testing()
......
......@@ -48,6 +48,7 @@ COlo::~COlo() {}
void COlo::copy_meta_O_from_other( const COlo* other )
{
name = other->name;
lDoc = other->lDoc;
xco = other->xco;
yco = other->yco;
......
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