Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GitCondDB
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
LHCb
GitCondDB
Merge requests
!1
Enable Gitlab-CI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Enable Gitlab-CI
enable-ci
into
master
Overview
0
Commits
4
Pipelines
3
Changes
8
Merged
Marco Clemencic
requested to merge
enable-ci
into
master
6 years ago
Overview
0
Commits
4
Pipelines
3
Changes
8
Expand
0
0
Merge request reports
Compare
master
version 1
ffa93575
6 years ago
master (base)
and
latest version
latest version
d7898103
4 commits,
6 years ago
version 1
ffa93575
2 commits,
6 years ago
8 files
+
106
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
cmake/GitCondDBVersion.h.in
0 → 100644
+
21
−
0
Options
#ifndef GIT_CONDDB_VERSION_H
#define GIT_CONDDB_VERSION_H
/*****************************************************************************\
* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration *
* *
* This software is distributed under the terms of the Apache version 2 *
* licence, copied verbatim in the file "COPYING". *
* *
* In applying this licence, CERN does not waive the privileges and immunities *
* granted to it by virtue of its status as an Intergovernmental Organization *
* or submit itself to any jurisdiction. *
\*****************************************************************************/
#define GitCondDB_VERSION "@GitCondDB_VERSION@"
#define GitCondDB_GIT_VERSION "@GitCondDB_GIT_VERSION@"
#define GitCondDB_VERSION_MAJOR @GitCondDB_VERSION_MAJOR@
#define GitCondDB_VERSION_MINOR @GitCondDB_VERSION_MINOR@
#define GitCondDB_VERSION_PATCH @GitCondDB_VERSION_PATCH@
#endif
Loading