diff options
| author | Michael Forney <mforney@mforney.org> | 2016-07-12 00:25:01 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-07-12 00:25:01 -0700 |
| commit | 782a4475e541329f113d13725983aeb5d8259ade (patch) | |
| tree | a368c9cd213e5c5dd24ff3626e231e64179e105b /core/git | |
| parent | 6de861dfbf0219cb5066d46559b96ba994f546df (diff) | |
git: Fix version in config.h
Diffstat (limited to 'core/git')
| -rw-r--r-- | core/git/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <openssl/sha.h> |
