Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HepMC3
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
10
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
HepMC
HepMC3
Merge requests
!246
Update the version info to 3.2.6
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update the version info to 3.2.6
versioninfo326
into
master
Overview
2
Commits
1
Pipelines
1
Changes
1
Merged
Andrii Verbytskyi
requested to merge
versioninfo326
into
master
1 year ago
Overview
2
Commits
1
Pipelines
1
Changes
1
Expand
Update the version info to 3.2.6
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
0fb24cb2
1 commit,
1 year ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
include/HepMC3/Version.h
+
2
−
2
Options
@@ -9,12 +9,12 @@
#include
<string>
/// HepMC version string
#define HEPMC3_VERSION "3.02.0
5
"
#define HEPMC3_VERSION "3.02.0
6
"
/// @brief HepMC version as an integer, HepMC X.Y.Z = 1000000*X + 1000*Y + Z
///
/// Use like "#if HEPMC3_VERSION_CODE < 3001004" for < 3.01.04
#define HEPMC3_VERSION_CODE 300200
5
#define HEPMC3_VERSION_CODE 300200
6
namespace
HepMC3
{
/// Get the HepMC library version string
inline
std
::
string
version
()
{
Loading