git-query
git data extraction tool using c and libgit2
git clone https://9o.is/git/git-query.git
commit 443ec3a8920e374095432a7bc1ced393d7be26fc parent f4059dbba0a30781c09204537ccebe814600ab63 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Wed, 2 Aug 2017 18:54:46 +0200 bump version for a release soon Diffstat:
| M | Makefile | | | 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.5 +VERSION = 0.6 SRC = \ stagit.c\ stagit-index.c