File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
src/buffer_pool_visualizer Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ project(HERMES)
18
18
# Version information
19
19
#------------------------------------------------------------------------------
20
20
set (HERMES_VERSION_MAJOR "0" )
21
- set (HERMES_VERSION_MINOR "2 " )
21
+ set (HERMES_VERSION_MINOR "3 " )
22
22
set (HERMES_VERSION_PATCH "0" )
23
23
set (HERMES_PACKAGE "hermes" )
24
24
set (HERMES_PACKAGE_NAME "HERMES" )
Original file line number Diff line number Diff line change 1
- project (MPIIOAdapter VERSION 0.1 .0 )
1
+ project (MPIIOAdapter VERSION 0.3 .0 )
2
2
3
3
# MPIIO src code. We only include mpiio.cc as it includes other cc to reduce compilation time.
4
4
set (MPIIO_ADAPTER_SRC mpiio.cc )
Original file line number Diff line number Diff line change 1
- project (PosixAdapter VERSION 0.1 .0 )
1
+ project (PosixAdapter VERSION 0.3 .0 )
2
2
3
3
# POSIX src code. We only include posix.cc as it includes other cc to reduce compilation time.
4
4
set (POSIX_ADAPTER_SRC posix.cc )
Original file line number Diff line number Diff line change 1
- project (PubSubAdapter VERSION 0.1 .0 )
1
+ project (PubSubAdapter VERSION 0.3 .0 )
2
2
3
3
set (HERMES_PUBSUB_ADAPTER_DIR ${HERMES_ADAPTER_DIR} /pubsub )
4
4
@@ -31,4 +31,4 @@ install(
31
31
#-----------------------------------------------------------------------------
32
32
if (HERMES_ENABLE_COVERAGE )
33
33
set_coverage_flags (hermes_pubsub )
34
- endif ()
34
+ endif ()
Original file line number Diff line number Diff line change 1
- project (StdioAdapter VERSION 0.1 .0 )
1
+ project (StdioAdapter VERSION 0.3 .0 )
2
2
3
3
# STDIO src code. We only include stdio.cc as it includes other cc to reduce compilation time.
4
4
set (STDIO_ADAPTER_SRC stdio.cc )
Original file line number Diff line number Diff line change 4
4
#---------------------------------------------------------------------------
5
5
DOXYFILE_ENCODING = UTF-8
6
6
PROJECT_NAME = Hermes
7
- PROJECT_NUMBER = 0.2 .0-beta
7
+ PROJECT_NUMBER = 0.3 .0-beta
8
8
PROJECT_BRIEF = "I/O Buffering System"
9
9
PROJECT_LOGO =
10
10
OUTPUT_DIRECTORY =
Original file line number Diff line number Diff line change 1
1
2
- project (BufferPoolVisualizer VERSION 0.1 .0 )
2
+ project (BufferPoolVisualizer VERSION 0.3 .0 )
3
3
4
4
add_executable (bp_viz buffer_pool_visualizer.cc )
5
5
You can’t perform that action at this time.
0 commit comments