Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ext-edelen_a
src
Commits
8792b0ca
Commit
8792b0ca
authored
Mar 12, 2015
by
gsell
Browse files
version bumped up to 1.3.1
parent
42fe8119
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
src/CMakeLists.txt
src/CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
8792b0ca
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.8.10
)
PROJECT
(
OPAL
)
SET
(
OPAL_VERSION_MAJOR 1
)
SET
(
OPAL_VERSION_MINOR 3.
0
)
SET
(
OPAL_VERSION_MINOR 3.
1
)
IF
(
NOT CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE
)
SET
(
CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING
...
...
src/CMakeLists.txt
View file @
8792b0ca
...
...
@@ -4,7 +4,7 @@ set (PACKAGE \"opal\")
set
(
PACKAGE_BUGREPORT \"opal@lists.psi.ch\"
)
set
(
PACKAGE_NAME \"OPAL\"
)
set
(
PACKAGE_TARNAME \"opal\"
)
set
(
PACKAGE_VERSION \"1.3.
0
\"
)
set
(
PACKAGE_VERSION \"1.3.
1
\"
)
configure_file
(
config.h.in
${
CMAKE_CURRENT_SOURCE_DIR
}
/config.h
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment