git-query

git data extraction tool using c and libgit2

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

commit eef597ffc3b8d52c3ddc7bbf95f699fbdcaa1fad
parent e692e2a8633b918c7c11d45ab7a5a570d08c8ac3
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun, 19 Nov 2017 14:58:15 +0100

Makefile: bump version to 0.7.1

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 +VERSION = 0.7.1 SRC = \ stagit.c\ stagit-index.c