Skip to content

Commit

Permalink
Bump the Fruit version to 3.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
poletti-marco committed Jan 21, 2023
1 parent 753feef commit 8149131
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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}")
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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"
Expand Down
2 changes: 1 addition & 1 deletion extras/packaging/deploy_to_bintray.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8149131

Please sign in to comment.