move nightlies to 1.1.0xxx

Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/19069

Differential Revision: D14854600

Pulled By: soumith

fbshipit-source-id: 85c703bddbd47c1b3914d58ab9521ed22ddeb62a
This commit is contained in:
Soumith Chintala
2019-04-09 10:09:58 -07:00
committed by Facebook Github Bot
parent ba77eadbca
commit 25bd28c3a0
2 changed files with 4 additions and 4 deletions

View File

@ -610,7 +610,7 @@ binary_populate_env: &binary_populate_env
# We put this here so that OVERRIDE_PACKAGE_VERSION below can read from it
export DATE="$(date -u +%Y%m%d)"
export PYTORCH_BUILD_VERSION="1.0.0.dev$DATE"
export PYTORCH_BUILD_VERSION="1.1.0.dev$DATE"
export PYTORCH_BUILD_NUMBER=1
cat >>"$envfile" <<EOL
@ -625,7 +625,7 @@ binary_populate_env: &binary_populate_env
export BUILD_PYTHONLESS="$BUILD_PYTHONLESS"
export DATE="$DATE"
export NIGHTLIES_DATE_PREAMBLE=1.0.0.dev
export NIGHTLIES_DATE_PREAMBLE=1.1.0.dev
export PYTORCH_BUILD_VERSION="$PYTORCH_BUILD_VERSION"
export PYTORCH_BUILD_NUMBER="$PYTORCH_BUILD_NUMBER"
export OVERRIDE_PACKAGE_VERSION="$PYTORCH_BUILD_VERSION"

View File

@ -53,7 +53,7 @@ binary_populate_env: &binary_populate_env
# We put this here so that OVERRIDE_PACKAGE_VERSION below can read from it
export DATE="$(date -u +%Y%m%d)"
export PYTORCH_BUILD_VERSION="1.0.0.dev$DATE"
export PYTORCH_BUILD_VERSION="1.1.0.dev$DATE"
export PYTORCH_BUILD_NUMBER=1
cat >>"$envfile" <<EOL
@ -68,7 +68,7 @@ binary_populate_env: &binary_populate_env
export BUILD_PYTHONLESS="$BUILD_PYTHONLESS"
export DATE="$DATE"
export NIGHTLIES_DATE_PREAMBLE=1.0.0.dev
export NIGHTLIES_DATE_PREAMBLE=1.1.0.dev
export PYTORCH_BUILD_VERSION="$PYTORCH_BUILD_VERSION"
export PYTORCH_BUILD_NUMBER="$PYTORCH_BUILD_NUMBER"
export OVERRIDE_PACKAGE_VERSION="$PYTORCH_BUILD_VERSION"