Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1555785

Browse files
committed
v1.6.5: update version numbers
1 parenta8a98be commit1555785

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
cmake_minimum_required(VERSION3.5.1)
88

9-
project(libgit2VERSION"1.6.4"LANGUAGESC)
9+
project(libgit2VERSION"1.6.5"LANGUAGESC)
1010

1111
# Add find modules to the path
1212
set(CMAKE_MODULE_PATH${CMAKE_MODULE_PATH}"${PROJECT_SOURCE_DIR}/cmake")

‎include/git2/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* The version string for libgit2. This string follows semantic
1212
* versioning (v2) guidelines.
1313
*/
14-
#defineLIBGIT2_VERSION "1.6.4"
14+
#defineLIBGIT2_VERSION "1.6.5"
1515

1616
/** The major version number for this version of libgit2. */
1717
#defineLIBGIT2_VER_MAJOR 1
@@ -20,7 +20,7 @@
2020
#defineLIBGIT2_VER_MINOR 6
2121

2222
/** The revision ("teeny") version number for this version of libgit2. */
23-
#defineLIBGIT2_VER_REVISION4
23+
#defineLIBGIT2_VER_REVISION5
2424

2525
/** The Windows DLL patch number for this version of libgit2. */
2626
#defineLIBGIT2_VER_PATCH 0

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"libgit2",
3-
"version":"1.6.4",
3+
"version":"1.6.5",
44
"repo":"https://github.com/libgit2/libgit2",
55
"description":" A cross-platform, linkable library implementation of Git that you can use in your application.",
66
"install":"mkdir build && cd build && cmake .. && cmake --build ."

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp