From c8d6f6407e95d1a2975610cb466594e2a8f91390 Mon Sep 17 00:00:00 2001 From: Walter Van Herck <w.van.herck@fz-juelich.de> Date: Wed, 29 Oct 2014 13:56:48 +0100 Subject: [PATCH] Release 0.9.9 --- Core/Samples/inc/BAVersion.h | 2 +- Doc/Doxygen/Doxyfile | 2 +- dev-tools/log/perf_history.txt | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Core/Samples/inc/BAVersion.h b/Core/Samples/inc/BAVersion.h index 2f30f1b290e..810fc818398 100644 --- a/Core/Samples/inc/BAVersion.h +++ b/Core/Samples/inc/BAVersion.h @@ -23,7 +23,7 @@ namespace BornAgain { const int major_version_number = 0; const int minor_version_number = 9; - const int patch_version_number = 8; + const int patch_version_number = 9; inline int GetMajorVersionNumber() { return major_version_number; } inline int GetMinorVersionNumber() { return minor_version_number; } diff --git a/Doc/Doxygen/Doxyfile b/Doc/Doxygen/Doxyfile index a820d664309..fd7c385df6e 100644 --- a/Doc/Doxygen/Doxyfile +++ b/Doc/Doxygen/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "BornAgain" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.9.8 +PROJECT_NUMBER = 0.9.9 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/dev-tools/log/perf_history.txt b/dev-tools/log/perf_history.txt index 15372e82219..9bed07ffbbc 100644 --- a/dev-tools/log/perf_history.txt +++ b/dev-tools/log/perf_history.txt @@ -410,3 +410,7 @@ | 2014-09-18 12:16:34 | jcnsopc126 | linuxx8664gcc | 0 | 21.466 | 0.993 | 1.883 | 1.255 | 0.659 | 5.132 | 1.609 | 0.494 | 7.765 | 1.674 | | 2014-09-18 12:16:59 | jcnsopc126 | linuxx8664gcc | 0 | 21.574 | 1.022 | 1.895 | 1.232 | 0.673 | 5.180 | 1.611 | 0.490 | 7.792 | 1.679 | +# Release 0.9.9 + +| date | hostname | sysinfo | tr | total | isgisaxs02 | isgisaxs06a | isgisaxs09b | isgisaxs11 | isgisaxs15 | mesocrystal0 | specmatrix | specmagnetic | polmagcylind | +| 2014-10-29 11:23:54 | jcnsopc63 | linuxx8664gcc | 0 | 18.662 | 0.277 | 2.183 | 1.502 | 0.589 | 2.106 | 1.687 | 0.495 | 8.053 | 1.770 | -- GitLab