From 782a4475e541329f113d13725983aeb5d8259ade Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 12 Jul 2016 00:25:01 -0700 Subject: git: Fix version in config.h --- core/git/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/git') diff --git a/core/git/config.h b/core/git/config.h index 804e6a8a..29790efc 100644 --- a/core/git/config.h +++ b/core/git/config.h @@ -7,6 +7,6 @@ #define GIT_LOCALE_PATH "/share/locale" #define GIT_MAN_PATH "share/man" #define GIT_USER_AGENT "git/" GIT_VERSION -#define GIT_VERSION "2.9.0" +#define GIT_VERSION "2.9.1" #define NO_SYS_POLL_H #define SHA1_HEADER -- cgit v1.2.3