summaryrefslogtreecommitdiff
path: root/pkg/git/config.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-02-06 19:55:12 -0800
committerMichael Forney <mforney@mforney.org>2017-02-07 14:36:26 -0800
commit77d086f84010b1bf9331da353cccfdf7d3d6c888 (patch)
treebc81e519738421e96f806ffca2b5192e0c20b8d2 /pkg/git/config.h
parentb50e1d2b05e59bac5eb2536e5c9803cd6f6222b7 (diff)
git: Update to 2.11.1
Diffstat (limited to 'pkg/git/config.h')
-rw-r--r--pkg/git/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/git/config.h b/pkg/git/config.h
index 47cb9d5b..e9038250 100644
--- a/pkg/git/config.h
+++ b/pkg/git/config.h
@@ -7,7 +7,7 @@
#define GIT_LOCALE_PATH "/share/locale"
#define GIT_MAN_PATH "share/man"
#define GIT_USER_AGENT "git/" GIT_VERSION
-#define GIT_VERSION "2.11.0"
+#define GIT_VERSION "2.11.1"
#define NO_SYS_POLL_H
#define PAGER_ENV "LESS=FRX LV=-c"
#define SHA1_HEADER <openssl/sha.h>