Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
lcgcool
cool
Commits
2a59e19e
Commit
2a59e19e
authored
2 years ago
by
Marcelo Vogel
Browse files
Options
Downloads
Patches
Plain Diff
Bump to version 3.3.13
parent
f3f4f915
No related branches found
No related tags found
No related merge requests found
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/CoolKernel/CoolKernel/VersionInfo.h
+2
-2
2 additions, 2 deletions
src/CoolKernel/CoolKernel/VersionInfo.h
with
2 additions
and
2 deletions
src/CoolKernel/CoolKernel/VersionInfo.h
+
2
−
2
View file @
2a59e19e
...
...
@@ -19,8 +19,8 @@
// Note that the former is defined within quotes, the latter are not!
#define COOL_VERSIONINFO_RELEASE_MAJOR 3
#define COOL_VERSIONINFO_RELEASE_MINOR 3
#define COOL_VERSIONINFO_RELEASE_PATCH 1
2
#define COOL_VERSIONINFO_RELEASE "3.3.1
2
"
#define COOL_VERSIONINFO_RELEASE_PATCH 1
3
#define COOL_VERSIONINFO_RELEASE "3.3.1
3
"
// Sanity check: does this compiler support c++11? (see CORALCOOL-2808)
#if ( ! defined(__GXX_EXPERIMENTAL_CXX0X__) ) && (__cplusplus < 201103L )
...
...
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