Skip to content
Snippets Groups Projects
Unverified Commit 3f988286 authored by Atkins, Charles Vernon's avatar Atkins, Charles Vernon Committed by GitHub
Browse files

Merge pull request #342 from chuckatkins/update-release-version

Update release version
parents 7e763587 36de6e24
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_CURRENT_BINARY_DIR)
"separate from the source directory")
endif()
project(ADIOS2 VERSION 2.0.0)
project(ADIOS2 VERSION 2.1.0)
#------------------------------------------------------------------------------#
# Some boilerplate to setup nice output directories
......
......@@ -7,10 +7,10 @@
#define ADIOSCONFIG_H_
/* ADIOS Version Information */
#define ADIOS2_VERSION_MAJOR @ADIOS_VERSION_MAJOR@
#define ADIOS2_VERSION_MINOR @ADIOS_VERSION_MINOR@
#define ADIOS2_VERSION_PATCH @ADIOS_VERSION_PATCH@
#define ADIOS2_VERSION @ADIOS_VERSION@
#define ADIOS2_VERSION_MAJOR @ADIOS2_VERSION_MAJOR@
#define ADIOS2_VERSION_MINOR @ADIOS2_VERSION_MINOR@
#define ADIOS2_VERSION_PATCH @ADIOS2_VERSION_PATCH@
#define ADIOS2_VERSION @ADIOS2_VERSION@
/*
* ADIOS Build Information:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment