Skip to content

Commit

Permalink
Creating release candidate V1.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Apr 9, 2017
1 parent 9d56474 commit 3fea259
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ if(BOOSTAUTOINDEX_FOUND)
endif()

set(image
images/hpx_${HPX_MAJOR_VERSION}_${HPX_MINOR_VERSION}_${HPX_PATCH_LEVEL}_draft.png)
images/hpx_${HPX_MAJOR_VERSION}_${HPX_MINOR_VERSION}_${HPX_PATCH_LEVEL}.png)

set(HPX_CMAKE_OPTIONS "")
foreach(_cat ${HPX_OPTION_CATEGORIES})
Expand Down Expand Up @@ -330,8 +330,8 @@ hpx_quickbook_to_html(hpx
toc.max.depth=4
generate.section.toc.level=4
boost.image.src=${image}
boost.image.w=562
boost.image.h=104
boost.image.w=564
boost.image.h=102
boost.image.alt="HPX"
${auto_index_xsl_param}
QUICKBOOK_ARGS ${quickbook_fixme_mode} ${auto_index_mode}
Expand Down
4 changes: 2 additions & 2 deletions hpx/config/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
#define HPX_VERSION_MINOR 0
#define HPX_VERSION_SUBMINOR 0

#define HPX_VERSION_DATE 20161031
#define HPX_VERSION_DATE 20170424

#if !defined(HPX_AGAS_VERSION)
#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"
Expand Down

0 comments on commit 3fea259

Please sign in to comment.