Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
h2o
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
phoenix
public
h2o
Commits
eab9db97
Commit
eab9db97
authored
1 year ago
by
Bjoern Riemer
Browse files
Options
Downloads
Patches
Plain Diff
readd version.h.in
parent
1812c044
Branches
bri-test2
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
version.h.in
+35
-0
35 additions, 0 deletions
version.h.in
with
35 additions
and
0 deletions
version.h.in
0 → 100644
+
35
−
0
View file @
eab9db97
/*
* Copyright (c) 2014,2015 DeNA Co., Ltd.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
* deal in the Software without restriction, including without limitation the
* rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
* sell copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
* IN THE SOFTWARE.
*/
#ifndef h2o__version_h
#define h2o__version_h
#define H2O_VERSION "@VERSION@"
#define H2O_VERSION_MAJOR @VERSION_MAJOR@
#define H2O_VERSION_MINOR @VERSION_MINOR@
#define H2O_VERSION_PATCH @VERSION_PATCH@
#define H2O_LIBRARY_VERSION_MAJOR @LIBRARY_VERSION_MAJOR@
#define H2O_LIBRARY_VERSION_MINOR @LIBRARY_VERSION_MINOR@
#define H2O_LIBRARY_VERSION_PATCH @LIBRARY_VERSION_PATCH@
#endif
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