Unverified Commit c2f42b1d authored by Atkins, Charles Vernon's avatar Atkins, Charles Vernon Committed by GitHub
Browse files

Merge pull request #1086 from chuckatkins/update-version-number

Bump version number from 2.2.0 to 2.3.0
parents 5c028dbd 0d3fd943
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_CURRENT_BINARY_DIR)
    "separate from the source directory")
endif()

project(ADIOS2 VERSION 2.2.0)
project(ADIOS2 VERSION 2.3.0)
if(POLICY CMP0074)
  cmake_policy(SET CMP0074 NEW)
endif()
+3 −3
Original line number Diff line number Diff line
@@ -10,8 +10,8 @@
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/6eeb5a8ac3e34d2599cfdea5bdc3390f)](https://www.codacy.com/app/chuckatkins/ADIOS2?utm_source=github.com&utm_medium=referral&utm_content=ornladios/ADIOS2&utm_campaign=Badge_Grade)


# Adaptable Input / Output System (ADIOS) v2.2.0
This is v2.2.0 of the ADIOS I/O system, developed as part of the
# Adaptable Input / Output System (ADIOS) v2.3.0
This is v2.3.0 of the ADIOS I/O system, developed as part of the
U.S. Department of Energy Exascale Computing Program.

## License
@@ -70,7 +70,7 @@ $ cmake -DCMAKE_INSTALL_PREFIX=/opt/adios2/2.3.0/gnu/openmpi ../source
...

ADIOS2 build configuration:
  ADIOS Version: 2.2.0
  ADIOS Version: 2.3.0
  C++ Compiler : GNU 7.3.0 
    /opt/ohpc/pub/compiler/gcc/7.3.0/bin/g++

+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ PROJECT_NAME = ADIOS2
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 2.2.0
PROJECT_NUMBER = 2.3.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ PROJECT_NAME = ADIOS2
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 2.2.0
PROJECT_NUMBER = 2.3.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ PROJECT_NAME = ADIOS2
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 2.2.0
PROJECT_NUMBER = 2.3.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Loading