Skip to content

Commit

Permalink
Bump the Fruit version to 3.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
poletti-marco committed Jul 12, 2020
1 parent aeb9031 commit 29c9fd2
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.5.0 LANGUAGES CXX)
project(Fruit VERSION 3.6.0 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.5.0"
version = "3.6.0"
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.5.0
FRUIT_VERSION=3.6.0

# To authenticate:
# conan user -p <BINTRAY_API_KEY_HERE> -r fruit-bintray polettimarco
Expand Down

0 comments on commit 29c9fd2

Please sign in to comment.