Skip to content

Commit

Permalink
Update version information in preparation for 1.12.0-rc1 (tensorflow#…
Browse files Browse the repository at this point in the history
  • Loading branch information
goldiegadde authored and gunan committed Oct 16, 2018
1 parent aa9bb45 commit 7b08198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tensorflow/core/public/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ limitations under the License.

// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
// "-beta", "-rc", "-rc.1")
#define TF_VERSION_SUFFIX "-rc0"
#define TF_VERSION_SUFFIX "-rc1"

#define TF_STR_HELPER(x) #x
#define TF_STR(x) TF_STR_HELPER(x)
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/tools/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
# This version string is semver compatible, but incompatible with pip.
# For pip, we will remove all '-' characters from this string, and use the
# result for pip.
_VERSION = '1.12.0-rc0'
_VERSION = '1.12.0-rc1'

REQUIRED_PACKAGES = [
'absl-py >= 0.1.6',
Expand Down

0 comments on commit 7b08198

Please sign in to comment.