Commit 3fea259 1 parent 9d56474 commit 3fea259 Copy full SHA for 3fea259
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ if(BOOSTAUTOINDEX_FOUND)
234
234
endif ()
235
235
236
236
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)
238
238
239
239
set (HPX_CMAKE_OPTIONS "" )
240
240
foreach (_cat ${HPX_OPTION_CATEGORIES} )
@@ -330,8 +330,8 @@ hpx_quickbook_to_html(hpx
330
330
toc.max.depth=4
331
331
generate.section.toc.level=4
332
332
boost.image.src=${image}
333
- boost.image.w=562
334
- boost.image.h=104
333
+ boost.image.w=564
334
+ boost.image.h=102
335
335
boost.image.alt="HPX"
336
336
${auto_index_xsl_param}
337
337
QUICKBOOK_ARGS ${quickbook_fixme_mode} ${auto_index_mode}
Original file line number Diff line number Diff line change 32
32
#define HPX_VERSION_MINOR 0
33
33
#define HPX_VERSION_SUBMINOR 0
34
34
35
- #define HPX_VERSION_DATE 20161031
35
+ #define HPX_VERSION_DATE 20170424
36
36
37
37
#if !defined(HPX_AGAS_VERSION)
38
38
#define HPX_AGAS_VERSION 0x30
39
39
#endif
40
40
41
- #define HPX_VERSION_TAG " -trunk "
41
+ #define HPX_VERSION_TAG " -rc1 "
42
42
43
43
#if !defined(HPX_HAVE_GIT_COMMIT)
44
44
#define HPX_HAVE_GIT_COMMIT " unknown"
You can’t perform that action at this time.
0 commit comments