Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ADIOS2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Podhorszki, Norbert
ADIOS2
Commits
3f988286
Unverified
Commit
3f988286
authored
7 years ago
by
Atkins, Charles Vernon
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
source/adios2/ADIOSConfig.h.in
+4
-4
4 additions, 4 deletions
source/adios2/ADIOSConfig.h.in
with
5 additions
and
5 deletions
CMakeLists.txt
+
1
−
1
View file @
3f988286
...
@@ -12,7 +12,7 @@ if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_CURRENT_BINARY_DIR)
...
@@ -12,7 +12,7 @@ if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_CURRENT_BINARY_DIR)
"separate from the source directory"
)
"separate from the source directory"
)
endif
()
endif
()
project
(
ADIOS2 VERSION 2.
0
.0
)
project
(
ADIOS2 VERSION 2.
1
.0
)
#------------------------------------------------------------------------------#
#------------------------------------------------------------------------------#
# Some boilerplate to setup nice output directories
# Some boilerplate to setup nice output directories
...
...
This diff is collapsed.
Click to expand it.
source/adios2/ADIOSConfig.h.in
+
4
−
4
View file @
3f988286
...
@@ -7,10 +7,10 @@
...
@@ -7,10 +7,10 @@
#define ADIOSCONFIG_H_
#define ADIOSCONFIG_H_
/* ADIOS Version Information */
/* ADIOS Version Information */
#define ADIOS2_VERSION_MAJOR @ADIOS_VERSION_MAJOR@
#define ADIOS2_VERSION_MAJOR @ADIOS
2
_VERSION_MAJOR@
#define ADIOS2_VERSION_MINOR @ADIOS_VERSION_MINOR@
#define ADIOS2_VERSION_MINOR @ADIOS
2
_VERSION_MINOR@
#define ADIOS2_VERSION_PATCH @ADIOS_VERSION_PATCH@
#define ADIOS2_VERSION_PATCH @ADIOS
2
_VERSION_PATCH@
#define ADIOS2_VERSION @ADIOS_VERSION@
#define ADIOS2_VERSION @ADIOS
2
_VERSION@
/*
/*
* ADIOS Build Information:
* ADIOS Build Information:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment