diff options
| author | Michael Forney <mforney@mforney.org> | 2022-09-09 13:49:46 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2022-09-09 13:49:46 -0700 |
| commit | f678b5d3e61eb77f71ccdfdd64ffe3f154cb56ea (patch) | |
| tree | caf29237b4728b54b42bb2d89d92c259e2347fc6 /pkg/git/config.h | |
| parent | 63490ce27818d1b7985d851fb1ee19eaa4d71f37 (diff) | |
git: Update to 2.37.3
Diffstat (limited to 'pkg/git/config.h')
| -rw-r--r-- | pkg/git/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkg/git/config.h b/pkg/git/config.h index fb92292f..051f4bb5 100644 --- a/pkg/git/config.h +++ b/pkg/git/config.h @@ -11,12 +11,14 @@ #define GIT_LOCALE_PATH "/share/locale" #define GIT_MAN_PATH "share/man" #define GIT_USER_AGENT "git/" GIT_VERSION -#define GIT_VERSION "2.35.1" +#define GIT_VERSION "2.37.3" #define HAVE_ALLOCA_H #define HAVE_PATHS_H #define HAVE_DEV_TTY #define HAVE_CLOCK_GETTIME #define HAVE_CLOCK_MONOTONIC +#define HAVE_SYNC_FILE_RANGE +#define HAVE_GETRANDOM #define HAVE_GETDELIM #define NO_GETTEXT #define NO_OPENSSL |
