File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
77cmake_minimum_required (VERSION 3.5.1 )
88
9- project (libgit2 VERSION "1.7.1 " LANGUAGES C )
9+ project (libgit2 VERSION "1.7.2 " LANGUAGES C )
1010
1111# Add find modules to the path
1212set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR} /cmake" )
Original file line number Diff line number Diff line change 1111 * The version string for libgit2. This string follows semantic
1212 * versioning (v2) guidelines.
1313 */
14- #define LIBGIT2_VERSION "1.7.1 "
14+ #define LIBGIT2_VERSION "1.7.2 "
1515
1616/** The major version number for this version of libgit2. */
1717#define LIBGIT2_VER_MAJOR 1
2020#define LIBGIT2_VER_MINOR 7
2121
2222/** The revision ("teeny") version number for this version of libgit2. */
23- #define LIBGIT2_VER_REVISION 1
23+ #define LIBGIT2_VER_REVISION 2
2424
2525/** The Windows DLL patch number for this version of libgit2. */
2626#define LIBGIT2_VER_PATCH 0
Original file line number Diff line number Diff line change 11{
22 "name" : " libgit2" ,
3- "version" : " 1.7.1 " ,
3+ "version" : " 1.7.2 " ,
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 ."
You can’t perform that action at this time.
0 commit comments