summaryrefslogtreecommitdiff
path: root/core/git/config.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-08-26 15:13:22 -0700
committerMichael Forney <mforney@mforney.org>2016-08-26 15:13:22 -0700
commit5256eb1a1aa87f1e1bb0de276ef18c5e17ff03bd (patch)
tree761239f7cb405e19eaf17ac81d1299582b191bf8 /core/git/config.h
parent0535252866b982c0c7348934a238594512b5d9f7 (diff)
git: Update to 2.9.3
Diffstat (limited to 'core/git/config.h')
-rw-r--r--core/git/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/git/config.h b/core/git/config.h
index 447824af..8ed426a1 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.2"
+#define GIT_VERSION "2.9.3"
#define NO_SYS_POLL_H
#define SHA1_HEADER <openssl/sha.h>