Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lcgcool
cool
Commits
9af359de
Commit
9af359de
authored
Feb 25, 2021
by
Charles Delort
Browse files
Bump to version 3.3.5
parent
dee81bbf
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/CoolKernel/CoolKernel/VersionInfo.h
View file @
9af359de
...
@@ -19,8 +19,8 @@
...
@@ -19,8 +19,8 @@
// Note that the former is defined within quotes, the latter are not!
// Note that the former is defined within quotes, the latter are not!
#define COOL_VERSIONINFO_RELEASE_MAJOR 3
#define COOL_VERSIONINFO_RELEASE_MAJOR 3
#define COOL_VERSIONINFO_RELEASE_MINOR 3
#define COOL_VERSIONINFO_RELEASE_MINOR 3
#define COOL_VERSIONINFO_RELEASE_PATCH
4
#define COOL_VERSIONINFO_RELEASE_PATCH
5
#define COOL_VERSIONINFO_RELEASE "3.3.
4
"
#define COOL_VERSIONINFO_RELEASE "3.3.
5
"
// Sanity check: does this compiler support c++11? (see CORALCOOL-2808)
// Sanity check: does this compiler support c++11? (see CORALCOOL-2808)
#if ( ! defined(__GXX_EXPERIMENTAL_CXX0X__) ) && (__cplusplus < 201103L )
#if ( ! defined(__GXX_EXPERIMENTAL_CXX0X__) ) && (__cplusplus < 201103L )
...
...
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