Skip to content

Commit

Permalink
Bump the version to 3.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
poletti-marco committed Apr 6, 2020
1 parent 6776208 commit b726177
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.4.0 LANGUAGES CXX)
project(Fruit VERSION 3.5.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.4.0"
version = "3.5.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.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set FRUIT_VERSION=3.4.0
set FRUIT_VERSION=354.0

for %%G in (Release Debug) DO CMD /C for %%H in (True False) DO CMD /C for %%I in (True False) DO conan create . google/stable -o fruit:shared=%%H -o fruit:use_boost=%%I -s build_type=%%G

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.4.0
FRUIT_VERSION=3.5.0

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

0 comments on commit b726177

Please sign in to comment.