diff options
author | Cy Schubert <cy@FreeBSD.org> | 2020-08-21 22:54:38 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2020-08-21 22:54:38 +0000 |
commit | 2793f2eef2be94a38e38babede1b01c3c50196fe (patch) | |
tree | b62688764e64afe625fbe876e1ff17f7fe6df405 /tea/configure.ac | |
parent | c80e66e8e79185b1e7c999decef3d4adfdb902de (diff) |
Notes
Diffstat (limited to 'tea/configure.ac')
-rw-r--r-- | tea/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tea/configure.ac b/tea/configure.ac index 3ff88132146c..bfc4eca248c1 100644 --- a/tea/configure.ac +++ b/tea/configure.ac @@ -19,7 +19,7 @@ dnl to configure the system for the local environment. # so you can encode the package version directly into the source files. #----------------------------------------------------------------------- -AC_INIT([sqlite], [3.32.3]) +AC_INIT([sqlite], [3.33.0]) #-------------------------------------------------------------------- # Call TEA_INIT as the first TEA_ macro to set up initial vars. |