Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GEODE-9896: bump sqlite-fx to 1.0.115.5 #916

Merged
merged 1 commit into from Feb 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions dependencies/sqlite-netFx/CMakeLists.txt
Expand Up @@ -13,9 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

project( sqlite-netFx VERSION 1.0.113.0 LANGUAGES NONE )
project( sqlite-netFx VERSION 1.0.115.5 LANGUAGES NONE )

set( SHA256 deceee8c28c77c1edc9e3edd0a4a7805df6a4a1fb9d2df2a6b70dc0a96491560 )
set( SHA256 2ca18143c470a50305fdca6cf9062aa0713afce6ccdc2d5ea23bb031cdb842fc )

include(ExternalProject)
ExternalProject_Add( ${PROJECT_NAME}
Expand Down