v1.9.2: update changelog and version numbers

This commit is contained in:
Edward Thomson
2025-12-02 21:51:10 +00:00
parent 1b07eecf91
commit ca225744b9
4 changed files with 18 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "libgit2",
"version": "1.9.1",
"version": "1.9.2",
"repo": "https://github.com/libgit2/libgit2",
"description": " A cross-platform, linkable library implementation of Git that you can use in your application.",
"install": "mkdir build && cd build && cmake .. && cmake --build ."