Update SIP version and hash for Darwin

This commit is contained in:
Robin Dunn
2020-06-17 13:01:06 -07:00
parent f8ced7977b
commit 6683c58747
2 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
/*
* The SIP module interface.
*
* Copyright (c) 2018 Riverbank Computing Limited <info@riverbankcomputing.com>
* Copyright (c) 2020 Riverbank Computing Limited <info@riverbankcomputing.com>
*
* This file is part of SIP.
*
@@ -54,8 +54,8 @@ extern "C" {
/*
* Define the SIP version number.
*/
#define SIP_VERSION 0x041313
#define SIP_VERSION_STR "4.19.19"
#define SIP_VERSION 0x041317
#define SIP_VERSION_STR "4.19.23"
/*