Skip to content

Commit

Permalink
Bumping version to -rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Serio committed Jul 1, 2016
1 parent 6f4df1c commit 5190d8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,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 @@ -327,8 +327,8 @@ hpx_quickbook_to_html(hpx
toc.max.depth=4
generate.section.toc.level=4
boost.image.src=${image}
boost.image.w=604
boost.image.h=90
boost.image.w=488
boost.image.h=126
boost.image.alt="HPX"
${auto_index_xsl_param}
QUICKBOOK_ARGS ${quickbook_fixme_mode} ${auto_index_mode}
Expand Down
2 changes: 1 addition & 1 deletion hpx/config/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5190d8f

Please sign in to comment.