Skip to content

Commit

Permalink
Bump the version to 3.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
poletti-marco committed Dec 3, 2022
1 parent b336945 commit 72446c5
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.6.0 LANGUAGES CXX)
project(Fruit VERSION 3.7.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.6.0"
version = "3.7.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.6.0
FRUIT_VERSION=3.7.0

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

0 comments on commit 72446c5

Please sign in to comment.