Skip to content

Commit

Permalink
Bump version to 0.17.0-dev.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeySeroshtan committed Aug 7, 2023
1 parent 01e41fb commit 3bb0f0d
Show file tree
Hide file tree
Showing 38 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

cmake_minimum_required(VERSION 3.12 FATAL_ERROR)

project(virgil_crypto VERSION 0.16.4 LANGUAGES C)
project(virgil_crypto VERSION 0.17.0 LANGUAGES C)


# ---------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import PackageDescription

let version = "0.16.4-dev.10"
let version = "0.17.0-dev.1"
let useLocalBinaries = false

let vscCommonBinaryTarget = {
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.4-dev.10
0.17.0-dev.1
2 changes: 1 addition & 1 deletion VSCCrypto.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "VSCCrypto"
s.version = "0.16.4-dev.10"
s.version = "0.17.0-dev.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"
Expand Down
6 changes: 3 additions & 3 deletions VirgilCryptoFoundation.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "VirgilCryptoFoundation"
s.version = "0.16.4-dev.10"
s.version = "0.17.0-dev.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."
Expand All @@ -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.16.4-dev.10"
s.dependency "VSCCrypto/Foundation", "= 0.16.4-dev.10"
s.dependency "VSCCrypto/Common", "= 0.17.0-dev.1"
s.dependency "VSCCrypto/Foundation", "= 0.17.0-dev.1"
end
10 changes: 5 additions & 5 deletions VirgilCryptoPythia.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "VirgilCryptoPythia"
s.version = "0.16.4-dev.10"
s.version = "0.17.0-dev.1"
s.swift_version = "5.0"
s.license = { :type => "BSD", :file => "LICENSE" }
s.summary = "Contains swift classes working with Pythia crypto."
Expand All @@ -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.16.4-dev.10"
s.dependency "VSCCrypto/Common", "= 0.16.4-dev.10"
s.dependency "VSCCrypto/Foundation", "= 0.16.4-dev.10"
s.dependency "VSCCrypto/Pythia", "= 0.16.4-dev.10"
s.dependency "VirgilCryptoFoundation", "= 0.17.0-dev.1"
s.dependency "VSCCrypto/Common", "= 0.17.0-dev.1"
s.dependency "VSCCrypto/Foundation", "= 0.17.0-dev.1"
s.dependency "VSCCrypto/Pythia", "= 0.17.0-dev.1"
end
10 changes: 5 additions & 5 deletions VirgilCryptoRatchet.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "VirgilCryptoRatchet"
s.version = "0.16.4-dev.10"
s.version = "0.17.0-dev.1"
s.swift_version = "5.0"
s.license = { :type => "BSD", :file => "LICENSE" }
s.summary = "Contains swift for double ratchet crypto operations."
Expand All @@ -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.16.4-dev.10"
s.dependency "VSCCrypto/Common", "= 0.16.4-dev.10"
s.dependency "VSCCrypto/Foundation", "= 0.16.4-dev.10"
s.dependency "VSCCrypto/Ratchet", "= 0.16.4-dev.10"
s.dependency "VirgilCryptoFoundation", "= 0.17.0-dev.1"
s.dependency "VSCCrypto/Common", "= 0.17.0-dev.1"
s.dependency "VSCCrypto/Foundation", "= 0.17.0-dev.1"
s.dependency "VSCCrypto/Ratchet", "= 0.17.0-dev.1"
end
2 changes: 1 addition & 1 deletion carthage-specs/VSCCommon.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"0.16.4-dev.10": "https://github.com/VirgilSecurity/virgil-crypto-c/releases/download/v0.16.4-dev.10/VSCCommon.xcframework.zip"
"0.17.0-dev.1": "https://github.com/VirgilSecurity/virgil-crypto-c/releases/download/v0.17.0-dev.1/VSCCommon.xcframework.zip"
}
2 changes: 1 addition & 1 deletion carthage-specs/VSCFoundation.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"0.16.4-dev.10": "https://github.com/VirgilSecurity/virgil-crypto-c/releases/download/v0.16.4-dev.10/VSCFoundation.xcframework.zip"
"0.17.0-dev.1": "https://github.com/VirgilSecurity/virgil-crypto-c/releases/download/v0.17.0-dev.1/VSCFoundation.xcframework.zip"
}
2 changes: 1 addition & 1 deletion carthage-specs/VSCPythia.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"0.16.4-dev.10": "https://github.com/VirgilSecurity/virgil-crypto-c/releases/download/v0.16.4-dev.10/VSCPythia.xcframework.zip"
"0.17.0-dev.1": "https://github.com/VirgilSecurity/virgil-crypto-c/releases/download/v0.17.0-dev.1/VSCPythia.xcframework.zip"
}
2 changes: 1 addition & 1 deletion carthage-specs/VSCRatchet.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"0.16.4-dev.10": "https://github.com/VirgilSecurity/virgil-crypto-c/releases/download/v0.16.4-dev.10/VSCRatchet.xcframework.zip"
"0.17.0-dev.1": "https://github.com/VirgilSecurity/virgil-crypto-c/releases/download/v0.17.0-dev.1/VSCRatchet.xcframework.zip"
}
2 changes: 1 addition & 1 deletion codegen/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<library name="round5"/>
<library name="falcon"/>

<version major="0" minor="16" patch="4" label="dev.10"/>
<version major="0" minor="17" patch="0" label="dev.1"/>

<project name="common" skip_codegen="0" skip_codegen_c="0" skip_codegen_wrappers="0"/>
<project name="foundation" skip_codegen="0" skip_codegen_c="0" skip_codegen_wrappers="0"/>
Expand Down
2 changes: 1 addition & 1 deletion codegen/models/project_common/project_common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
wrappers="python"
>

<version major="0" minor="16" patch="4"/>
<version major="0" minor="17" patch="0"/>

<license>
Copyright (C) 2015-2022 Virgil Security, Inc.
Expand Down
2 changes: 1 addition & 1 deletion codegen/models/project_foundation/project_foundation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
wrappers="swift,java,python,wasm,go,php"
>

<version major="0" minor="16" patch="4"/>
<version major="0" minor="17" patch="0"/>

<license>
Copyright (C) 2015-2022 Virgil Security, Inc.
Expand Down
2 changes: 1 addition & 1 deletion codegen/models/project_phe/project_phe.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
wrappers="java,python,wasm,go,php"
>

<version major="0" minor="16" patch="4"/>
<version major="0" minor="17" patch="0"/>

<license>
Copyright (C) 2015-2022 Virgil Security, Inc.
Expand Down
2 changes: 1 addition & 1 deletion codegen/models/project_pythia/project_pythia.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
wrappers="java,swift,python,wasm,php"
>

<version major="0" minor="16" patch="4"/>
<version major="0" minor="17" patch="0"/>

<license>
Copyright (C) 2015-2022 Virgil Security, Inc.
Expand Down
2 changes: 1 addition & 1 deletion codegen/models/project_ratchet/project_ratchet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
wrappers="java,swift,wasm"
>

<version major="0" minor="16" patch="4"/>
<version major="0" minor="17" patch="0"/>

<license>
Copyright (C) 2015-2022 Virgil Security, Inc.
Expand Down
4 changes: 2 additions & 2 deletions library/common/include/virgil/crypto/common/vsc_library.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ extern "C" {

#define VSC_VERSION_MAJOR 0

#define VSC_VERSION_MINOR 16
#define VSC_VERSION_MINOR 17

#define VSC_VERSION_PATCH 4
#define VSC_VERSION_PATCH 0

#define VSC_VERSION_MAKE(major, minor, patch) ((major) * 10000 + (minor) * 100 + (patch))

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ extern "C" {

#define VSCF_VERSION_MAJOR 0

#define VSCF_VERSION_MINOR 16
#define VSCF_VERSION_MINOR 17

#define VSCF_VERSION_PATCH 4
#define VSCF_VERSION_PATCH 0

#define VSCF_VERSION_MAKE(major, minor, patch) ((major) * 10000 + (minor) * 100 + (patch))

Expand Down
4 changes: 2 additions & 2 deletions library/phe/include/virgil/crypto/phe/vsce_library.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ extern "C" {

#define VSCE_VERSION_MAJOR 0

#define VSCE_VERSION_MINOR 16
#define VSCE_VERSION_MINOR 17

#define VSCE_VERSION_PATCH 4
#define VSCE_VERSION_PATCH 0

#define VSCE_VERSION_MAKE(major, minor, patch) ((major) * 10000 + (minor) * 100 + (patch))

Expand Down
4 changes: 2 additions & 2 deletions library/pythia/include/virgil/crypto/pythia/vscp_library.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ extern "C" {

#define VSCP_VERSION_MAJOR 0

#define VSCP_VERSION_MINOR 16
#define VSCP_VERSION_MINOR 17

#define VSCP_VERSION_PATCH 4
#define VSCP_VERSION_PATCH 0

#define VSCP_VERSION_MAKE(major, minor, patch) ((major) * 10000 + (minor) * 100 + (patch))

Expand Down
4 changes: 2 additions & 2 deletions library/ratchet/include/virgil/crypto/ratchet/vscr_library.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ extern "C" {

#define VSCR_VERSION_MAJOR 0

#define VSCR_VERSION_MINOR 16
#define VSCR_VERSION_MINOR 17

#define VSCR_VERSION_PATCH 4
#define VSCR_VERSION_PATCH 0

#define VSCR_VERSION_MAKE(major, minor, patch) ((major) * 10000 + (minor) * 100 + (patch))

Expand Down
2 changes: 1 addition & 1 deletion wrappers/java/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ allprojects {
mavenLocal()
}
group "com.virgilsecurity.crypto"
version "0.16.4-SNAPSHOT"
version "0.17.0-SNAPSHOT"

def authentication_username = hasProperty('authentication_username') ? authentication_username : System.getenv('authentication_username')
def authentication_password = hasProperty('authentication_password') ? authentication_password : System.getenv('authentication_password')
Expand Down
2 changes: 1 addition & 1 deletion wrappers/java/benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.virgilsecurity.crypto</groupId>
<artifactId>parent</artifactId>
<version>0.16.4-SNAPSHOT</version>
<version>0.17.0-SNAPSHOT</version>
</parent>
<artifactId>benchmark</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion wrappers/java/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<parent>
<groupId>com.virgilsecurity.crypto</groupId>
<artifactId>parent</artifactId>
<version>0.16.4-SNAPSHOT</version>
<version>0.17.0-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
<artifactId>common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wrappers/java/foundation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<parent>
<groupId>com.virgilsecurity.crypto</groupId>
<artifactId>parent</artifactId>
<version>0.16.4-SNAPSHOT</version>
<version>0.17.0-SNAPSHOT</version>
</parent>
<artifactId>foundation</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion wrappers/java/phe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<parent>
<groupId>com.virgilsecurity.crypto</groupId>
<artifactId>parent</artifactId>
<version>0.16.4-SNAPSHOT</version>
<version>0.17.0-SNAPSHOT</version>
</parent>
<artifactId>phe</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion wrappers/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<groupId>com.virgilsecurity.crypto</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>0.16.4-SNAPSHOT</version>
<version>0.17.0-SNAPSHOT</version>

<name>Virgil Security Crypto Library</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion wrappers/java/pythia/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<parent>
<groupId>com.virgilsecurity.crypto</groupId>
<artifactId>parent</artifactId>
<version>0.16.4-SNAPSHOT</version>
<version>0.17.0-SNAPSHOT</version>
</parent>
<artifactId>pythia</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion wrappers/java/ratchet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<parent>
<groupId>com.virgilsecurity.crypto</groupId>
<artifactId>parent</artifactId>
<version>0.16.4-SNAPSHOT</version>
<version>0.17.0-SNAPSHOT</version>
</parent>
<artifactId>ratchet</artifactId>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ vscf_handle_throw_exception(vscf_status_t status) {
//
// Constants
//
const char VSCF_FOUNDATION_PHP_VERSION[] = "0.16.4";
const char VSCF_FOUNDATION_PHP_VERSION[] = "0.17.0";
const char VSCF_FOUNDATION_PHP_EXTNAME[] = "vscf_foundation_php";

static const char VSCF_IMPL_T_PHP_RES_NAME[] = "vscf_impl_t";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ vsce_handle_throw_exception(vsce_status_t status) {
//
// Constants
//
const char VSCE_PHE_PHP_VERSION[] = "0.16.4";
const char VSCE_PHE_PHP_VERSION[] = "0.17.0";
const char VSCE_PHE_PHP_EXTNAME[] = "vsce_phe_php";

static const char VSCE_PHE_SERVER_T_PHP_RES_NAME[] = "vsce_phe_server_t";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ vscp_handle_throw_exception(vscp_status_t status) {
//
// Constants
//
const char VSCP_PYTHIA_PHP_VERSION[] = "0.16.4";
const char VSCP_PYTHIA_PHP_VERSION[] = "0.17.0";
const char VSCP_PYTHIA_PHP_EXTNAME[] = "vscp_pythia_php";

//
Expand Down
2 changes: 1 addition & 1 deletion wrappers/php/_handwritten/foundation/extension/vscf_php.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
// --------------------------------------------------------------------------
// Constants
// --------------------------------------------------------------------------
const char VSCF_PHP_VERSION[] = "0.16.4";
const char VSCF_PHP_VERSION[] = "0.17.0";
const char VSCF_PHP_EXTNAME[] = "vscf_php";

const char VSCF_IMPL_PHP_RES_NAME[] = "vscf_php";
Expand Down
2 changes: 1 addition & 1 deletion wrappers/php/_handwritten/phe/extension/vsce_phe_php.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
// --------------------------------------------------------------------------
// Constants
// --------------------------------------------------------------------------
const char VSCE_PHE_PHP_VERSION[] = "0.16.4";
const char VSCE_PHE_PHP_VERSION[] = "0.17.0";
const char VSCE_PHE_PHP_EXTNAME[] = "vsce_phe_php";

const char VSCE_PHE_CLIENT_PHP_RES_NAME[] = "vsce_phe_client_t";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
// --------------------------------------------------------------------------
// Constants
// --------------------------------------------------------------------------
const char VSCP_PYTHIA_PHP_VERSION[] = "0.16.4";
const char VSCP_PYTHIA_PHP_VERSION[] = "0.17.0";
const char VSCP_PYTHIA_PHP_EXTNAME[] = "vscp_pythia_php";
const char VSCP_PYTHIA_PHP_RES_NAME[] = "vscp_pythia_t";

Expand Down
2 changes: 1 addition & 1 deletion wrappers/python/virgil_crypto_lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@


__author__ = "Virgil Security"
__version__ = "0.16.4-dev.10"
__version__ = "0.17.0-dev.1"
2 changes: 1 addition & 1 deletion wrappers/wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virgilsecurity/crypto",
"version": "0.16.4",
"version": "0.17.0",
"description": "Virgil Crypto C wrapper",
"repository": "https://github.com/VirgilSecurity/virgil-crypto-c",
"author": "Virgil Security Inc. <[email protected]>",
Expand Down

0 comments on commit 3bb0f0d

Please sign in to comment.