git2wrapC++20 wrapper for libgit2 |
git clone git://git.dimitrijedobrota.com/git2wrap.git |
Log | Files | Refs | README | LICENSE | HACKING | CONTRIBUTING | CODE_OF_CONDUCT | BUILDING | |
commit | 2d3abc24b0a0a10455e8ca23f949db8f64d814ae |
parent | 5baa1da984c3bd56061c0d96bf5da02c83ba752a |
author | Dimitrije Dobrota <mail@dimitrijedobrota.com> |
date | Sun, 26 Jan 2025 21:09:23 +0100 |
Version 0.2
Diffstat:M | CMakeLists.txt | | | +- |
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
@@ -4,7 +4,7 @@ include(cmake/prelude.cmake)
project(
git2wrap
VERSION 0.1.18
VERSION 0.2.0
DESCRIPTION "C++ 20 wrapper for libgit2"
HOMEPAGE_URL "https://git.dimitrijedobrota.com/git2wrap.git"
LANGUAGES CXX