Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lcgcool
cool
Commits
1b967218
Commit
1b967218
authored
Jan 31, 2018
by
cdelort
Browse files
Upgrade version to 3.2.0
parent
d58a142e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CoolKernel/CoolKernel/VersionInfo.h
View file @
1b967218
...
...
@@ -18,9 +18,9 @@
// COOL_VERSIONINFO_RELEASE_x are #defined as of COOL 2.8.15
// Note that the former is defined within quotes, the latter are not!
#define COOL_VERSIONINFO_RELEASE_MAJOR 3
#define COOL_VERSIONINFO_RELEASE_MINOR
1
#define COOL_VERSIONINFO_RELEASE_PATCH
9
#define COOL_VERSIONINFO_RELEASE "3.
1.9
"
#define COOL_VERSIONINFO_RELEASE_MINOR
2
#define COOL_VERSIONINFO_RELEASE_PATCH
0
#define COOL_VERSIONINFO_RELEASE "3.
2.0
"
// Sanity check: does this compiler support c++11? (see CORALCOOL-2808)
#if ( ! defined(__GXX_EXPERIMENTAL_CXX0X__) ) && (__cplusplus < 201103L )
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment