Skip to content

Commit b36436b

Browse files
authored
Merge pull request #41670 from tensorflow-jenkins/version-numbers-2.3.0-24378
Update version numbers for TensorFlow 2.3.0
2 parents c4b2951 + 82515ce commit b36436b

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 "-rc2"
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
@@ -49,7 +49,7 @@
4949
# result for pip.
5050
# Also update tensorflow/tensorflow.bzl and
5151
# tensorflow/core/public/version.h
52-
_VERSION = '2.3.0-rc2'
52+
_VERSION = '2.3.0'
5353

5454
REQUIRED_PACKAGES = [
5555
'absl-py >= 0.7.0',

0 commit comments

Comments
 (0)