Skip to content

Commit 3f878cf

Browse files
Merge pull request tensorflow#54226 from tensorflow-jenkins/version-numbers-2.8.0-22199
Update version numbers for TensorFlow 2.8.0
2 parents 2f2bdd2 + 54307e6 commit 3f878cf

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 "-rc1"
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
@@ -46,7 +46,7 @@
4646
# result for pip.
4747
# Also update tensorflow/tensorflow.bzl and
4848
# tensorflow/core/public/version.h
49-
_VERSION = '2.8.0-rc1'
49+
_VERSION = '2.8.0'
5050

5151

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

0 commit comments

Comments
 (0)