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
a6763ff9
Commit
a6763ff9
authored
Nov 15, 2016
by
Carlos Martín Nieto
Committed by
GitHub
Nov 15, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4007 from libgit2/cmn/bump-v25
Bump version number to v0.25
parents
0cd162be
5569778a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
4 deletions
+15
-4
CHANGELOG.md
+12
-1
include/git2/version.h
+3
-3
No files found.
CHANGELOG.md
View file @
a6763ff9
v0.24 + 1
v0.25 + 1
-------
### Changes or improvements
### API additions
### API removals
### Breaking API changes
v0.25
-------
### Changes or improvements
...
...
include/git2/version.h
View file @
a6763ff9
...
...
@@ -7,12 +7,12 @@
#ifndef INCLUDE_git_version_h__
#define INCLUDE_git_version_h__
#define LIBGIT2_VERSION "0.2
4
.0"
#define LIBGIT2_VERSION "0.2
5
.0"
#define LIBGIT2_VER_MAJOR 0
#define LIBGIT2_VER_MINOR 2
4
#define LIBGIT2_VER_MINOR 2
5
#define LIBGIT2_VER_REVISION 0
#define LIBGIT2_VER_PATCH 0
#define LIBGIT2_SOVERSION 2
4
#define LIBGIT2_SOVERSION 2
5
#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