git-query

git data extraction tool using c and libgit2

git clone https://9o.is/git/git-query.git

commit a743cb63b45d24a74c19038aacd87f6728ee2e73
parent 5139882343bbaea754f2aa418841dae8cd86cd47
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sat,  2 Apr 2022 17:35:47 +0200

bump version to 1.1

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,7 +1,7 @@ .POSIX: NAME = stagit -VERSION = 1.0 +VERSION = 1.1 # paths PREFIX = /usr/local