aboutsummaryrefslogtreecommitdiff
path: root/extras/packaging
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2020-04-05 18:03:36 -0700
committerMarco Poletti <poletti.marco@gmail.com>2020-04-05 18:03:36 -0700
commitb726177764f6f4f2468623ccb84e2502062e8ab4 (patch)
tree55a414f2684dfbd3877a421bf46948912c907f4f /extras/packaging
parent6776208e2287724e41a2a78a3040fa09a942c7b2 (diff)
downloadgoogle-fruit-b726177764f6f4f2468623ccb84e2502062e8ab4.tar.gz
Bump the version to 3.5.0.
Diffstat (limited to 'extras/packaging')
-rw-r--r--extras/packaging/deploy_to_bintray.bat2
-rwxr-xr-xextras/packaging/deploy_to_bintray.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/extras/packaging/deploy_to_bintray.bat b/extras/packaging/deploy_to_bintray.bat
index 2473343..1a28914 100644
--- a/extras/packaging/deploy_to_bintray.bat
+++ b/extras/packaging/deploy_to_bintray.bat
@@ -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
diff --git a/extras/packaging/deploy_to_bintray.sh b/extras/packaging/deploy_to_bintray.sh
index 31a80c7..0365a6d 100755
--- a/extras/packaging/deploy_to_bintray.sh
+++ b/extras/packaging/deploy_to_bintray.sh
@@ -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