diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index e895a2421354..472cf8e07c99 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -304,8 +304,8 @@ hpx_quickbook_to_html(hpx toc.max.depth=4 generate.section.toc.level=4 boost.image.src=${image} - boost.image.w=460 - boost.image.h=106 + boost.image.w=470 + boost.image.h=123 boost.image.alt="HPX - High Performance ParalleX" ${auto_index_xsl_param} QUICKBOOK_ARGS ${quickbook_fixme_mode} ${auto_index_mode} diff --git a/docs/html/images/hpx_0_9_11.png b/docs/html/images/hpx_0_9_11.png new file mode 100644 index 000000000000..2f50415ce82b Binary files /dev/null and b/docs/html/images/hpx_0_9_11.png differ diff --git a/hpx/config/version.hpp b/hpx/config/version.hpp index ffc519e98318..5dc2938cf6b1 100644 --- a/hpx/config/version.hpp +++ b/hpx/config/version.hpp @@ -38,7 +38,7 @@ #define HPX_AGAS_VERSION 0x30 #endif -#define HPX_VERSION_TAG "-trunk" +#define HPX_VERSION_TAG "-rc1" #if !defined(HPX_HAVE_GIT_COMMIT) #define HPX_HAVE_GIT_COMMIT "unknown"