Skip to content

Commit 3fea259

Browse files
committed
Creating release candidate V1.0-rc1
1 parent 9d56474 commit 3fea259

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ if(BOOSTAUTOINDEX_FOUND)
234234
endif()
235235

236236
set(image
237-
images/hpx_${HPX_MAJOR_VERSION}_${HPX_MINOR_VERSION}_${HPX_PATCH_LEVEL}_draft.png)
237+
images/hpx_${HPX_MAJOR_VERSION}_${HPX_MINOR_VERSION}_${HPX_PATCH_LEVEL}.png)
238238

239239
set(HPX_CMAKE_OPTIONS "")
240240
foreach(_cat ${HPX_OPTION_CATEGORIES})
@@ -330,8 +330,8 @@ hpx_quickbook_to_html(hpx
330330
toc.max.depth=4
331331
generate.section.toc.level=4
332332
boost.image.src=${image}
333-
boost.image.w=562
334-
boost.image.h=104
333+
boost.image.w=564
334+
boost.image.h=102
335335
boost.image.alt="HPX"
336336
${auto_index_xsl_param}
337337
QUICKBOOK_ARGS ${quickbook_fixme_mode} ${auto_index_mode}

hpx/config/version.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
#define HPX_VERSION_MINOR 0
3333
#define HPX_VERSION_SUBMINOR 0
3434

35-
#define HPX_VERSION_DATE 20161031
35+
#define HPX_VERSION_DATE 20170424
3636

3737
#if !defined(HPX_AGAS_VERSION)
3838
#define HPX_AGAS_VERSION 0x30
3939
#endif
4040

41-
#define HPX_VERSION_TAG "-trunk"
41+
#define HPX_VERSION_TAG "-rc1"
4242

4343
#if !defined(HPX_HAVE_GIT_COMMIT)
4444
#define HPX_HAVE_GIT_COMMIT "unknown"

0 commit comments

Comments
 (0)