Skip to content

Commit

Permalink
Merge pull request #332 from HDFGroup/chogan/0.3.0-beta
Browse files Browse the repository at this point in the history
Update version numbers for 0.3.0-beta release
  • Loading branch information
ChristopherHogan authored Jan 26, 2022
2 parents 71cb9c0 + 2310def commit 2b989e4
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ project(HERMES)
# Version information
#------------------------------------------------------------------------------
set(HERMES_VERSION_MAJOR "0")
set(HERMES_VERSION_MINOR "2")
set(HERMES_VERSION_MINOR "3")
set(HERMES_VERSION_PATCH "0")
set(HERMES_PACKAGE "hermes")
set(HERMES_PACKAGE_NAME "HERMES")
Expand Down
2 changes: 1 addition & 1 deletion adapter/mpiio/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project(MPIIOAdapter VERSION 0.1.0)
project(MPIIOAdapter VERSION 0.3.0)

# MPIIO src code. We only include mpiio.cc as it includes other cc to reduce compilation time.
set(MPIIO_ADAPTER_SRC mpiio.cc)
Expand Down
2 changes: 1 addition & 1 deletion adapter/posix/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project(PosixAdapter VERSION 0.1.0)
project(PosixAdapter VERSION 0.3.0)

# POSIX src code. We only include posix.cc as it includes other cc to reduce compilation time.
set(POSIX_ADAPTER_SRC posix.cc)
Expand Down
4 changes: 2 additions & 2 deletions adapter/pubsub/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project(PubSubAdapter VERSION 0.1.0)
project(PubSubAdapter VERSION 0.3.0)

set(HERMES_PUBSUB_ADAPTER_DIR ${HERMES_ADAPTER_DIR}/pubsub)

Expand Down Expand Up @@ -31,4 +31,4 @@ install(
#-----------------------------------------------------------------------------
if(HERMES_ENABLE_COVERAGE)
set_coverage_flags(hermes_pubsub)
endif()
endif()
2 changes: 1 addition & 1 deletion adapter/stdio/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project(StdioAdapter VERSION 0.1.0)
project(StdioAdapter VERSION 0.3.0)

# STDIO src code. We only include stdio.cc as it includes other cc to reduce compilation time.
set(STDIO_ADAPTER_SRC stdio.cc)
Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = Hermes
PROJECT_NUMBER = 0.2.0-beta
PROJECT_NUMBER = 0.3.0-beta
PROJECT_BRIEF = "I/O Buffering System"
PROJECT_LOGO =
OUTPUT_DIRECTORY =
Expand Down
2 changes: 1 addition & 1 deletion src/buffer_pool_visualizer/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

project(BufferPoolVisualizer VERSION 0.1.0)
project(BufferPoolVisualizer VERSION 0.3.0)

add_executable(bp_viz buffer_pool_visualizer.cc)

Expand Down

0 comments on commit 2b989e4

Please sign in to comment.