Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
17223902
Unverified
Commit
17223902
authored
Feb 19, 2020
by
Patrick Steinhardt
Committed by
GitHub
Feb 19, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5291 from libgit2/ethomson/0_99
Release 0.99
parents
b31cd05f
70062e28
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
CMakeLists.txt
+2
-2
docs/changelog.md
+0
-0
include/git2/version.h
+3
-3
No files found.
CMakeLists.txt
View file @
17223902
...
...
@@ -110,8 +110,8 @@ STRING(REGEX REPLACE "^.*LIBGIT2_VERSION \"[0-9]+\\.([0-9]+).*$" "\\1" LIBGIT2_V
STRING
(
REGEX REPLACE
"^.*LIBGIT2_VERSION
\"
[0-9]+
\\
.[0-9]+
\\
.([0-9]+).*$"
"
\\
1"
LIBGIT2_VERSION_REV
"
${
GIT2_HEADER
}
"
)
SET
(
LIBGIT2_VERSION_STRING
"
${
LIBGIT2_VERSION_MAJOR
}
.
${
LIBGIT2_VERSION_MINOR
}
.
${
LIBGIT2_VERSION_REV
}
"
)
FILE
(
STRINGS
"
${
libgit2_SOURCE_DIR
}
/include/git2/version.h"
GIT2_HEADER_SOVERSION REGEX
"^#define LIBGIT2_SOVERSION
[0-9]+
$"
)
STRING
(
REGEX REPLACE
"^.*LIBGIT2_SOVERSION
([0-9]+)
$"
"
\\
1"
LIBGIT2_SOVERSION
"
${
GIT2_HEADER_SOVERSION
}
"
)
FILE
(
STRINGS
"
${
libgit2_SOURCE_DIR
}
/include/git2/version.h"
GIT2_HEADER_SOVERSION REGEX
"^#define LIBGIT2_SOVERSION
\"
([0-9.]+)
\"
$"
)
STRING
(
REGEX REPLACE
"^.*LIBGIT2_SOVERSION
\"
([0-9.]+)
\"
$"
"
\\
1"
LIBGIT2_SOVERSION
"
${
GIT2_HEADER_SOVERSION
}
"
)
IF
(
DEPRECATE_HARD
)
ADD_DEFINITIONS
(
-DGIT_DEPRECATE_HARD
)
...
...
docs/changelog.md
View file @
17223902
This diff is collapsed.
Click to expand it.
include/git2/version.h
View file @
17223902
...
...
@@ -7,12 +7,12 @@
#ifndef INCLUDE_git_version_h__
#define INCLUDE_git_version_h__
#define LIBGIT2_VERSION "0.
28
.0"
#define LIBGIT2_VERSION "0.
99
.0"
#define LIBGIT2_VER_MAJOR 0
#define LIBGIT2_VER_MINOR
28
#define LIBGIT2_VER_MINOR
99
#define LIBGIT2_VER_REVISION 0
#define LIBGIT2_VER_PATCH 0
#define LIBGIT2_SOVERSION
28
#define LIBGIT2_SOVERSION
"0.99"
#endif
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