Skip to content

Commit 2107b1d

Browse files
Merge pull request #49116 from tensorflow-jenkins/version-numbers-2.5.0-17609
Update version numbers for TensorFlow 2.5.0
2 parents 86a0d86 + 7afe1bc commit 2107b1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tensorflow/core/public/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ limitations under the License.
2626

2727
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
2828
// "-beta", "-rc", "-rc.1")
29-
#define TF_VERSION_SUFFIX "-rc3"
29+
#define TF_VERSION_SUFFIX ""
3030

3131
#define TF_STR_HELPER(x) #x
3232
#define TF_STR(x) TF_STR_HELPER(x)

tensorflow/tools/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# result for pip.
5151
# Also update tensorflow/tensorflow.bzl and
5252
# tensorflow/core/public/version.h
53-
_VERSION = '2.5.0-rc3'
53+
_VERSION = '2.5.0'
5454

5555

5656
# We use the same setup.py for all tensorflow_* packages and for the nightly

0 commit comments

Comments
 (0)