File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.2 )
22
3- project (Fruit VERSION 3.7.0 LANGUAGES CXX )
3+ project (Fruit VERSION 3.7.1 LANGUAGES CXX )
44
55set (FRUIT_IS_BEING_BUILT_BY_CONAN FALSE CACHE BOOL "This is set in Conan builds." )
66if ("${FRUIT_IS_BEING_BUILT_BY_CONAN} " )
Original file line number Diff line number Diff line change 55
66class FruitConan (ConanFile ):
77 name = "fruit"
8- version = "3.7.0 "
8+ version = "3.7.1 "
99 license = "Apache"
1010 url = "https://github.com/google/fruit"
1111 homepage = "https://github.com/google/fruit"
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- FRUIT_VERSION=3.7.0
3+ FRUIT_VERSION=3.7.1
44
55# To authenticate:
66# conan user -p <BINTRAY_API_KEY_HERE> -r fruit-bintray polettimarco
You can’t perform that action at this time.
0 commit comments