diff --git a/CMakeLists.txt b/CMakeLists.txt index e81f37c85..52b41e933 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ cmake_minimum_required(VERSION 3.12 FATAL_ERROR) -project(virgil_crypto VERSION 0.17.2 LANGUAGES C) +project(virgil_crypto VERSION 0.17.1 LANGUAGES C) # --------------------------------------------------------------------------- @@ -63,7 +63,7 @@ include("cmake/protobuf.cmake") # --------------------------------------------------------------------------- # Version options # --------------------------------------------------------------------------- -set(VIRGIL_CRYPTO_VERSION_LABEL "dev.1" CACHE STRING "Version label, i.e. beta, rc1.") +set(VIRGIL_CRYPTO_VERSION_LABEL "" CACHE STRING "Version label, i.e. beta, rc1.") # --------------------------------------------------------------------------- # Build options diff --git a/Package.swift b/Package.swift index b9a1dacb9..e8eff6cd2 100644 --- a/Package.swift +++ b/Package.swift @@ -2,7 +2,7 @@ import PackageDescription -let version = "0.17.2-dev.1" +let version = "0.17.1" let useLocalBinaries = false let vscCommonBinaryTarget = { diff --git a/VERSION b/VERSION index d17184032..7cca7711a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.17.2-dev.1 +0.17.1 diff --git a/VSCCrypto.podspec b/VSCCrypto.podspec index 8322ecd3c..1bd84d044 100644 --- a/VSCCrypto.podspec +++ b/VSCCrypto.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "VSCCrypto" - s.version = "0.17.2-dev.1" + s.version = "0.17.1" s.license = { :type => "BSD", :file => "VSCCrypto-XCFrameworks/LICENSE" } s.summary = "Contains basic c functions classes for creating key pairs, encrypting/decrypting data, signing data and verifying signatures." s.homepage = "https://github.com/VirgilSecurity/virgil-crypto-c" diff --git a/VirgilCryptoFoundation.podspec b/VirgilCryptoFoundation.podspec index eabdee672..846f9307a 100644 --- a/VirgilCryptoFoundation.podspec +++ b/VirgilCryptoFoundation.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "VirgilCryptoFoundation" - s.version = "0.17.2-dev.1" + s.version = "0.17.1" s.swift_version = "5.0" s.license = { :type => "BSD", :file => "LICENSE" } s.summary = "Contains basic swift classes for creating key pairs, encrypting/decrypting data, signing data and verifying signatures." @@ -13,6 +13,6 @@ Pod::Spec.new do |s| s.watchos.deployment_target = "4.0" s.public_header_files = "wrappers/swift/VirgilCrypto/VirgilCryptoFoundation/VirgilCryptoFoundation.h" s.source_files = "wrappers/swift/VirgilCrypto/VirgilCryptoFoundation/**/*.{h,mm,swift}" - s.dependency "VSCCrypto/Common", "= 0.17.2-dev.1" - s.dependency "VSCCrypto/Foundation", "= 0.17.2-dev.1" + s.dependency "VSCCrypto/Common", "= 0.17.1" + s.dependency "VSCCrypto/Foundation", "= 0.17.1" end diff --git a/VirgilCryptoPythia.podspec b/VirgilCryptoPythia.podspec index a27030dde..bf1893ec4 100644 --- a/VirgilCryptoPythia.podspec +++ b/VirgilCryptoPythia.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "VirgilCryptoPythia" - s.version = "0.17.2-dev.1" + s.version = "0.17.1" s.swift_version = "5.0" s.license = { :type => "BSD", :file => "LICENSE" } s.summary = "Contains swift classes working with Pythia crypto." @@ -13,8 +13,8 @@ Pod::Spec.new do |s| s.watchos.deployment_target = "4.0" s.public_header_files = "wrappers/swift/VirgilCrypto/VirgilCryptoPythia/VirgilCryptoPythia.h" s.source_files = "wrappers/swift/VirgilCrypto/VirgilCryptoPythia/**/*.{h,mm,swift}" - s.dependency "VirgilCryptoFoundation", "= 0.17.2-dev.1" - s.dependency "VSCCrypto/Common", "= 0.17.2-dev.1" - s.dependency "VSCCrypto/Foundation", "= 0.17.2-dev.1" - s.dependency "VSCCrypto/Pythia", "= 0.17.2-dev.1" + s.dependency "VirgilCryptoFoundation", "= 0.17.1" + s.dependency "VSCCrypto/Common", "= 0.17.1" + s.dependency "VSCCrypto/Foundation", "= 0.17.1" + s.dependency "VSCCrypto/Pythia", "= 0.17.1" end diff --git a/VirgilCryptoRatchet.podspec b/VirgilCryptoRatchet.podspec index 702375b96..e185a9d6d 100644 --- a/VirgilCryptoRatchet.podspec +++ b/VirgilCryptoRatchet.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "VirgilCryptoRatchet" - s.version = "0.17.2-dev.1" + s.version = "0.17.1" s.swift_version = "5.0" s.license = { :type => "BSD", :file => "LICENSE" } s.summary = "Contains swift for double ratchet crypto operations." @@ -13,8 +13,8 @@ Pod::Spec.new do |s| s.watchos.deployment_target = "4.0" s.public_header_files = "wrappers/swift/VirgilCrypto/VirgilCryptoRatchet/VirgilCryptoRatchet.h" s.source_files = "wrappers/swift/VirgilCrypto/VirgilCryptoRatchet/**/*.{h,mm,swift}" - s.dependency "VirgilCryptoFoundation", "= 0.17.2-dev.1" - s.dependency "VSCCrypto/Common", "= 0.17.2-dev.1" - s.dependency "VSCCrypto/Foundation", "= 0.17.2-dev.1" - s.dependency "VSCCrypto/Ratchet", "= 0.17.2-dev.1" + s.dependency "VirgilCryptoFoundation", "= 0.17.1" + s.dependency "VSCCrypto/Common", "= 0.17.1" + s.dependency "VSCCrypto/Foundation", "= 0.17.1" + s.dependency "VSCCrypto/Ratchet", "= 0.17.1" end diff --git a/carthage-specs/VSCCommon.json b/carthage-specs/VSCCommon.json index a60e52e03..dd264e139 100644 --- a/carthage-specs/VSCCommon.json +++ b/carthage-specs/VSCCommon.json @@ -1,3 +1,3 @@ { - "0.17.2-dev.1": "https://github.com/VirgilSecurity/virgil-crypto-c/releases/download/v0.17.2-dev.1/VSCCommon.xcframework.zip" + "0.17.1": "https://github.com/VirgilSecurity/virgil-crypto-c/releases/download/v0.17.1/VSCCommon.xcframework.zip" } diff --git a/carthage-specs/VSCFoundation.json b/carthage-specs/VSCFoundation.json index 0ce352a8c..84d5814fc 100644 --- a/carthage-specs/VSCFoundation.json +++ b/carthage-specs/VSCFoundation.json @@ -1,3 +1,3 @@ { - "0.17.2-dev.1": "https://github.com/VirgilSecurity/virgil-crypto-c/releases/download/v0.17.2-dev.1/VSCFoundation.xcframework.zip" + "0.17.1": "https://github.com/VirgilSecurity/virgil-crypto-c/releases/download/v0.17.1/VSCFoundation.xcframework.zip" } diff --git a/carthage-specs/VSCPythia.json b/carthage-specs/VSCPythia.json index 1b490c18b..eb5cfab25 100644 --- a/carthage-specs/VSCPythia.json +++ b/carthage-specs/VSCPythia.json @@ -1,3 +1,3 @@ { - "0.17.2-dev.1": "https://github.com/VirgilSecurity/virgil-crypto-c/releases/download/v0.17.2-dev.1/VSCPythia.xcframework.zip" + "0.17.1": "https://github.com/VirgilSecurity/virgil-crypto-c/releases/download/v0.17.1/VSCPythia.xcframework.zip" } diff --git a/carthage-specs/VSCRatchet.json b/carthage-specs/VSCRatchet.json index 03c1c8e06..534bd9914 100644 --- a/carthage-specs/VSCRatchet.json +++ b/carthage-specs/VSCRatchet.json @@ -1,3 +1,3 @@ { - "0.17.2-dev.1": "https://github.com/VirgilSecurity/virgil-crypto-c/releases/download/v0.17.2-dev.1/VSCRatchet.xcframework.zip" + "0.17.1": "https://github.com/VirgilSecurity/virgil-crypto-c/releases/download/v0.17.1/VSCRatchet.xcframework.zip" } diff --git a/codegen/main.xml b/codegen/main.xml index afdd221b4..76fec1b22 100644 --- a/codegen/main.xml +++ b/codegen/main.xml @@ -42,7 +42,7 @@ - + diff --git a/codegen/models/project_common/project_common.xml b/codegen/models/project_common/project_common.xml index 47a22edef..28c3be3aa 100644 --- a/codegen/models/project_common/project_common.xml +++ b/codegen/models/project_common/project_common.xml @@ -9,7 +9,7 @@ wrappers="python" > - + Copyright (C) 2015-2022 Virgil Security, Inc. diff --git a/codegen/models/project_foundation/project_foundation.xml b/codegen/models/project_foundation/project_foundation.xml index f494f65fe..cdc6d5922 100644 --- a/codegen/models/project_foundation/project_foundation.xml +++ b/codegen/models/project_foundation/project_foundation.xml @@ -9,7 +9,7 @@ wrappers="swift,java,python,wasm,go,php" > - + Copyright (C) 2015-2022 Virgil Security, Inc. diff --git a/codegen/models/project_phe/project_phe.xml b/codegen/models/project_phe/project_phe.xml index f6dc498e2..f8cc4be2d 100644 --- a/codegen/models/project_phe/project_phe.xml +++ b/codegen/models/project_phe/project_phe.xml @@ -9,7 +9,7 @@ wrappers="java,python,wasm,go,php" > - + Copyright (C) 2015-2022 Virgil Security, Inc. diff --git a/codegen/models/project_pythia/project_pythia.xml b/codegen/models/project_pythia/project_pythia.xml index cb0e0f2d1..e77f33814 100644 --- a/codegen/models/project_pythia/project_pythia.xml +++ b/codegen/models/project_pythia/project_pythia.xml @@ -9,7 +9,7 @@ wrappers="java,swift,python,wasm,php" > - + Copyright (C) 2015-2022 Virgil Security, Inc. diff --git a/codegen/models/project_ratchet/project_ratchet.xml b/codegen/models/project_ratchet/project_ratchet.xml index 4c10085ce..b077a4c21 100644 --- a/codegen/models/project_ratchet/project_ratchet.xml +++ b/codegen/models/project_ratchet/project_ratchet.xml @@ -9,7 +9,7 @@ wrappers="java,swift,wasm" > - + Copyright (C) 2015-2022 Virgil Security, Inc. diff --git a/library/common/include/virgil/crypto/common/vsc_library.h b/library/common/include/virgil/crypto/common/vsc_library.h index f4867567e..95492c179 100644 --- a/library/common/include/virgil/crypto/common/vsc_library.h +++ b/library/common/include/virgil/crypto/common/vsc_library.h @@ -118,7 +118,7 @@ extern "C" { #define VSC_VERSION_MINOR 17 -#define VSC_VERSION_PATCH 2 +#define VSC_VERSION_PATCH 1 #define VSC_VERSION_MAKE(major, minor, patch) ((major) * 10000 + (minor) * 100 + (patch)) diff --git a/library/foundation/include/virgil/crypto/foundation/vscf_library.h b/library/foundation/include/virgil/crypto/foundation/vscf_library.h index d2181f545..6275a9b24 100644 --- a/library/foundation/include/virgil/crypto/foundation/vscf_library.h +++ b/library/foundation/include/virgil/crypto/foundation/vscf_library.h @@ -118,7 +118,7 @@ extern "C" { #define VSCF_VERSION_MINOR 17 -#define VSCF_VERSION_PATCH 2 +#define VSCF_VERSION_PATCH 1 #define VSCF_VERSION_MAKE(major, minor, patch) ((major) * 10000 + (minor) * 100 + (patch)) diff --git a/library/phe/include/virgil/crypto/phe/vsce_library.h b/library/phe/include/virgil/crypto/phe/vsce_library.h index 8887ff390..51874a5d6 100644 --- a/library/phe/include/virgil/crypto/phe/vsce_library.h +++ b/library/phe/include/virgil/crypto/phe/vsce_library.h @@ -118,7 +118,7 @@ extern "C" { #define VSCE_VERSION_MINOR 17 -#define VSCE_VERSION_PATCH 2 +#define VSCE_VERSION_PATCH 1 #define VSCE_VERSION_MAKE(major, minor, patch) ((major) * 10000 + (minor) * 100 + (patch)) diff --git a/library/pythia/include/virgil/crypto/pythia/vscp_library.h b/library/pythia/include/virgil/crypto/pythia/vscp_library.h index ffaeeff01..b207e2172 100644 --- a/library/pythia/include/virgil/crypto/pythia/vscp_library.h +++ b/library/pythia/include/virgil/crypto/pythia/vscp_library.h @@ -118,7 +118,7 @@ extern "C" { #define VSCP_VERSION_MINOR 17 -#define VSCP_VERSION_PATCH 2 +#define VSCP_VERSION_PATCH 1 #define VSCP_VERSION_MAKE(major, minor, patch) ((major) * 10000 + (minor) * 100 + (patch)) diff --git a/library/ratchet/include/virgil/crypto/ratchet/vscr_library.h b/library/ratchet/include/virgil/crypto/ratchet/vscr_library.h index 1162e6d0d..fec34b8ee 100644 --- a/library/ratchet/include/virgil/crypto/ratchet/vscr_library.h +++ b/library/ratchet/include/virgil/crypto/ratchet/vscr_library.h @@ -118,7 +118,7 @@ extern "C" { #define VSCR_VERSION_MINOR 17 -#define VSCR_VERSION_PATCH 2 +#define VSCR_VERSION_PATCH 1 #define VSCR_VERSION_MAKE(major, minor, patch) ((major) * 10000 + (minor) * 100 + (patch)) diff --git a/wrappers/java/android/build.gradle b/wrappers/java/android/build.gradle index 4febb84e7..92ded54b7 100644 --- a/wrappers/java/android/build.gradle +++ b/wrappers/java/android/build.gradle @@ -21,7 +21,7 @@ allprojects { mavenLocal() } group "com.virgilsecurity.crypto" - version "0.17.2-SNAPSHOT" + version "0.17.1" def authentication_username = hasProperty('authentication_username') ? authentication_username : System.getenv('authentication_username') def authentication_password = hasProperty('authentication_password') ? authentication_password : System.getenv('authentication_password') diff --git a/wrappers/java/benchmark/pom.xml b/wrappers/java/benchmark/pom.xml index 28597c00f..b81c9727d 100644 --- a/wrappers/java/benchmark/pom.xml +++ b/wrappers/java/benchmark/pom.xml @@ -5,7 +5,7 @@ com.virgilsecurity.crypto parent - 0.17.2-SNAPSHOT + 0.17.1 benchmark diff --git a/wrappers/java/common/pom.xml b/wrappers/java/common/pom.xml index f55145266..1263f68c6 100755 --- a/wrappers/java/common/pom.xml +++ b/wrappers/java/common/pom.xml @@ -36,7 +36,7 @@ com.virgilsecurity.crypto parent - 0.17.2-SNAPSHOT + 0.17.1 jar common diff --git a/wrappers/java/foundation/pom.xml b/wrappers/java/foundation/pom.xml index aa80e8c09..f8042ca35 100755 --- a/wrappers/java/foundation/pom.xml +++ b/wrappers/java/foundation/pom.xml @@ -36,7 +36,7 @@ com.virgilsecurity.crypto parent - 0.17.2-SNAPSHOT + 0.17.1 foundation diff --git a/wrappers/java/phe/pom.xml b/wrappers/java/phe/pom.xml index ddfcf8fd8..cd90e331d 100755 --- a/wrappers/java/phe/pom.xml +++ b/wrappers/java/phe/pom.xml @@ -36,7 +36,7 @@ com.virgilsecurity.crypto parent - 0.17.2-SNAPSHOT + 0.17.1 phe diff --git a/wrappers/java/pom.xml b/wrappers/java/pom.xml index 4171bb1ca..ba6828b9d 100644 --- a/wrappers/java/pom.xml +++ b/wrappers/java/pom.xml @@ -36,7 +36,7 @@ com.virgilsecurity.crypto parent pom - 0.17.2-SNAPSHOT + 0.17.1 Virgil Security Crypto Library diff --git a/wrappers/java/pythia/pom.xml b/wrappers/java/pythia/pom.xml index d30bd0d7e..8374af3da 100755 --- a/wrappers/java/pythia/pom.xml +++ b/wrappers/java/pythia/pom.xml @@ -36,7 +36,7 @@ com.virgilsecurity.crypto parent - 0.17.2-SNAPSHOT + 0.17.1 pythia diff --git a/wrappers/java/ratchet/pom.xml b/wrappers/java/ratchet/pom.xml index 8ca3507c7..9aec36124 100755 --- a/wrappers/java/ratchet/pom.xml +++ b/wrappers/java/ratchet/pom.xml @@ -36,7 +36,7 @@ com.virgilsecurity.crypto parent - 0.17.2-SNAPSHOT + 0.17.1 ratchet diff --git a/wrappers/php/VirgilCryptoWrapper/extensions/foundation/vscf_foundation_php.c b/wrappers/php/VirgilCryptoWrapper/extensions/foundation/vscf_foundation_php.c index 2acd6d22e..9df422d9d 100644 --- a/wrappers/php/VirgilCryptoWrapper/extensions/foundation/vscf_foundation_php.c +++ b/wrappers/php/VirgilCryptoWrapper/extensions/foundation/vscf_foundation_php.c @@ -356,7 +356,7 @@ vscf_handle_throw_exception(vscf_status_t status) { // // Constants // -const char VSCF_FOUNDATION_PHP_VERSION[] = "0.17.2"; +const char VSCF_FOUNDATION_PHP_VERSION[] = "0.17.1"; const char VSCF_FOUNDATION_PHP_EXTNAME[] = "vscf_foundation_php"; static const char VSCF_IMPL_T_PHP_RES_NAME[] = "vscf_impl_t"; diff --git a/wrappers/php/VirgilCryptoWrapper/extensions/phe/vsce_phe_php.c b/wrappers/php/VirgilCryptoWrapper/extensions/phe/vsce_phe_php.c index b2fca145a..71b296c63 100644 --- a/wrappers/php/VirgilCryptoWrapper/extensions/phe/vsce_phe_php.c +++ b/wrappers/php/VirgilCryptoWrapper/extensions/phe/vsce_phe_php.c @@ -84,7 +84,7 @@ vsce_handle_throw_exception(vsce_status_t status) { // // Constants // -const char VSCE_PHE_PHP_VERSION[] = "0.17.2"; +const char VSCE_PHE_PHP_VERSION[] = "0.17.1"; const char VSCE_PHE_PHP_EXTNAME[] = "vsce_phe_php"; static const char VSCE_PHE_SERVER_T_PHP_RES_NAME[] = "vsce_phe_server_t"; diff --git a/wrappers/php/VirgilCryptoWrapper/extensions/pythia/vscp_pythia_php.c b/wrappers/php/VirgilCryptoWrapper/extensions/pythia/vscp_pythia_php.c index e90fce992..ebc967c19 100644 --- a/wrappers/php/VirgilCryptoWrapper/extensions/pythia/vscp_pythia_php.c +++ b/wrappers/php/VirgilCryptoWrapper/extensions/pythia/vscp_pythia_php.c @@ -65,7 +65,7 @@ vscp_handle_throw_exception(vscp_status_t status) { // // Constants // -const char VSCP_PYTHIA_PHP_VERSION[] = "0.17.2"; +const char VSCP_PYTHIA_PHP_VERSION[] = "0.17.1"; const char VSCP_PYTHIA_PHP_EXTNAME[] = "vscp_pythia_php"; // diff --git a/wrappers/php/_handwritten/foundation/extension/vscf_php.c b/wrappers/php/_handwritten/foundation/extension/vscf_php.c index cab02b469..fdc88e23f 100644 --- a/wrappers/php/_handwritten/foundation/extension/vscf_php.c +++ b/wrappers/php/_handwritten/foundation/extension/vscf_php.c @@ -58,7 +58,7 @@ // -------------------------------------------------------------------------- // Constants // -------------------------------------------------------------------------- -const char VSCF_PHP_VERSION[] = "0.17.2"; +const char VSCF_PHP_VERSION[] = "0.17.1"; const char VSCF_PHP_EXTNAME[] = "vscf_php"; const char VSCF_IMPL_PHP_RES_NAME[] = "vscf_php"; diff --git a/wrappers/php/_handwritten/phe/extension/vsce_phe_php.c b/wrappers/php/_handwritten/phe/extension/vsce_phe_php.c index e72a09e93..e23b6cfa4 100644 --- a/wrappers/php/_handwritten/phe/extension/vsce_phe_php.c +++ b/wrappers/php/_handwritten/phe/extension/vsce_phe_php.c @@ -51,7 +51,7 @@ // -------------------------------------------------------------------------- // Constants // -------------------------------------------------------------------------- -const char VSCE_PHE_PHP_VERSION[] = "0.17.2"; +const char VSCE_PHE_PHP_VERSION[] = "0.17.1"; const char VSCE_PHE_PHP_EXTNAME[] = "vsce_phe_php"; const char VSCE_PHE_CLIENT_PHP_RES_NAME[] = "vsce_phe_client_t"; diff --git a/wrappers/php/_handwritten/pythia/extension/vscp_pythia_php.c b/wrappers/php/_handwritten/pythia/extension/vscp_pythia_php.c index 5fdb8c5d0..88b2169a5 100644 --- a/wrappers/php/_handwritten/pythia/extension/vscp_pythia_php.c +++ b/wrappers/php/_handwritten/pythia/extension/vscp_pythia_php.c @@ -48,7 +48,7 @@ // -------------------------------------------------------------------------- // Constants // -------------------------------------------------------------------------- -const char VSCP_PYTHIA_PHP_VERSION[] = "0.17.2"; +const char VSCP_PYTHIA_PHP_VERSION[] = "0.17.1"; const char VSCP_PYTHIA_PHP_EXTNAME[] = "vscp_pythia_php"; const char VSCP_PYTHIA_PHP_RES_NAME[] = "vscp_pythia_t"; diff --git a/wrappers/python/setup.py b/wrappers/python/setup.py index 829d8a834..c49035e8e 100644 --- a/wrappers/python/setup.py +++ b/wrappers/python/setup.py @@ -62,7 +62,7 @@ def is_pure(self): author_email="support@virgilsecurity.com", url="https://virgilsecurity.com", classifiers=[ - "Development Status :: 2 - Pre-Alpha", + "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Intended Audience :: Developers", diff --git a/wrappers/python/virgil_crypto_lib/__init__.py b/wrappers/python/virgil_crypto_lib/__init__.py index b8943358b..042524b3b 100644 --- a/wrappers/python/virgil_crypto_lib/__init__.py +++ b/wrappers/python/virgil_crypto_lib/__init__.py @@ -34,4 +34,4 @@ __author__ = "Virgil Security" -__version__ = "0.17.2-dev.1" +__version__ = "0.17.1" diff --git a/wrappers/wasm/package.json b/wrappers/wasm/package.json index ac5b43d87..31f714751 100644 --- a/wrappers/wasm/package.json +++ b/wrappers/wasm/package.json @@ -1,6 +1,6 @@ { "name": "@virgilsecurity/crypto", - "version": "0.17.2", + "version": "0.17.1", "description": "Virgil Crypto C wrapper", "repository": "https://github.com/VirgilSecurity/virgil-crypto-c", "author": "Virgil Security Inc. ",