diff options
author | Michael McVady <femtonaut@gmail.com> | 2022-09-16 18:15:26 -0500 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2022-09-16 18:15:26 -0500 |
commit | 390c577790464a666cb1ba2bfaa00cdd7a0dfb89 (patch) | |
tree | 19b2707f80fda89bae5354d9e33bd18743eb12a0 /conf/build.conf | |
parent | 997b0d9a9c6282b8f3e622291ab4fe63851f6142 (diff) |
Bump kore version
Diffstat (limited to 'conf/build.conf')
-rw-r--r-- | conf/build.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/build.conf b/conf/build.conf index 57d6329..a5045da 100644 --- a/conf/build.conf +++ b/conf/build.conf @@ -5,7 +5,7 @@ # of a dynamic library. If you set this to yes you must also # set kore_source together with kore_flavor. single_binary=yes -kore_source=../kore-4.2.2/ +kore_source=../kore-4.2.3/ kore_flavor=PGSQL=1 TLS_BACKEND=none # The flags below are shared between flavors |