git-query

git data extraction tool using c and libgit2

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

commit 33c8596cdbba329cfbf030da5dbc900751682754
parent de6d7ca716501175ec58108784acc96e71afb1ab
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sat, 25 Nov 2017 16:06:26 +0100

Makefile: bump version to 0.7.2

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

diff --git a/Makefile b/Makefile @@ -1,7 +1,7 @@ include config.mk NAME = stagit -VERSION = 0.7.1 +VERSION = 0.7.2 SRC = \ stagit.c\ stagit-index.c