aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2023-01-21 15:32:34 -0800
committerMarco Poletti <poletti.marco@gmail.com>2023-01-21 15:32:34 -0800
commit8149131119475ccaae3c1ae386fe9f2c679317f0 (patch)
treefc8dbe9b81b0c1a8fc720d35003ba12c1bd3157c
parent753feef3094bb9605269717474c644748f20e859 (diff)
downloadgoogle-fruit-8149131119475ccaae3c1ae386fe9f2c679317f0.tar.gz
Bump the Fruit version to 3.7.1.
-rw-r--r--CMakeLists.txt2
-rw-r--r--conanfile.py2
-rwxr-xr-xextras/packaging/deploy_to_bintray.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 74c62a5..6168190 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.2)
-project(Fruit VERSION 3.7.0 LANGUAGES CXX)
+project(Fruit VERSION 3.7.1 LANGUAGES CXX)
set(FRUIT_IS_BEING_BUILT_BY_CONAN FALSE CACHE BOOL "This is set in Conan builds.")
if("${FRUIT_IS_BEING_BUILT_BY_CONAN}")
diff --git a/conanfile.py b/conanfile.py
index 32f4a67..fe8d03c 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -5,7 +5,7 @@ import os
class FruitConan(ConanFile):
name = "fruit"
- version = "3.7.0"
+ version = "3.7.1"
license = "Apache"
url = "https://github.com/google/fruit"
homepage = "https://github.com/google/fruit"
diff --git a/extras/packaging/deploy_to_bintray.sh b/extras/packaging/deploy_to_bintray.sh
index 41dcc16..bc1faba 100755
--- a/extras/packaging/deploy_to_bintray.sh
+++ b/extras/packaging/deploy_to_bintray.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-FRUIT_VERSION=3.7.0
+FRUIT_VERSION=3.7.1
# To authenticate:
# conan user -p <BINTRAY_API_KEY_HERE> -r fruit-bintray polettimarco