diff options
author | drh <> | 2024-03-12 11:06:23 +0000 |
---|---|---|
committer | drh <> | 2024-03-12 11:06:23 +0000 |
commit | becd92a508adb4701029af87ff947a099ea54337 (patch) | |
tree | 2c8691f6784eb31745417d73573cd28d77e24931 /autoconf | |
parent | 0f28d44463378a0bd0e3485afc1d40fd3a9c1344 (diff) | |
download | sqlite-version-3.45.2.tar.gz sqlite-version-3.45.2.zip |
Version 3.45.2version-3.45.2
FossilOrigin-Name: d8cd6d49b46a395b13955387d05e9e1a2a47e54fb99f3c9b59835bbefad6af77
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/tea/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/tea/configure.ac b/autoconf/tea/configure.ac index 740bd9749..ef6e9e680 100644 --- a/autoconf/tea/configure.ac +++ b/autoconf/tea/configure.ac @@ -19,7 +19,7 @@ dnl to configure the system for the local environment. # so that we create the export library with the dll. #----------------------------------------------------------------------- -AC_INIT([sqlite],[3.45.1]) +AC_INIT([sqlite],[3.45.2]) #-------------------------------------------------------------------- # Call TEA_INIT as the first TEA_ macro to set up initial vars. |