From e6306cd1945c2746f40dbebfb460e11434dd9afa Mon Sep 17 00:00:00 2001 From: Hannah Shi Date: Wed, 6 Sep 2023 18:21:17 -0700 Subject: [PATCH] [manual] Sync c-core 1.58.0 (#211) * [manual] Sync c-core 1.58.0 * update swift package dependencies --- native/BUILD | 2 +- native/CMakeLists.txt | 4 ++-- native/Makefile | 2 +- native/REVISION.txt | 2 +- native/_metadata.py | 2 +- native/build_handwritten.yaml | 2 +- native/config.m4 | 2 +- native/gRPC-C++.podspec | 2 +- native/gRPC-Core.podspec | 2 +- native/gRPC-ProtoRPC.podspec | 2 +- native/gRPC-RxLibrary.podspec | 2 +- native/gRPC.podspec | 2 +- native/include/grpcpp/version_info.h | 4 ++-- native/package.xml | 8 ++++---- native/src/csharp/build/dependencies.props | 2 +- .../src/objective-c/!ProtoCompiler-gRPCCppPlugin.podspec | 2 +- native/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec | 2 +- native/src/objective-c/GRPCClient/version.h | 2 +- native/src/objective-c/tests/version.h | 2 +- native/src/php/ext/grpc/version.h | 2 +- native/src/python/grpcio/grpc/_grpcio_metadata.py | 2 +- native/src/python/grpcio/grpc_version.py | 2 +- native/src/python/grpcio_admin/grpc_version.py | 2 +- native/src/python/grpcio_channelz/grpc_version.py | 2 +- native/src/python/grpcio_csds/grpc_version.py | 2 +- native/src/python/grpcio_health_checking/grpc_version.py | 2 +- native/src/python/grpcio_reflection/grpc_version.py | 2 +- native/src/python/grpcio_status/grpc_version.py | 2 +- native/src/python/grpcio_testing/grpc_version.py | 2 +- native/src/python/grpcio_tests/grpc_version.py | 2 +- native/src/ruby/lib/grpc/version.rb | 2 +- native/src/ruby/tools/version.rb | 2 +- native/tools/distrib/python/grpc_version.py | 2 +- native/tools/distrib/python/grpcio_tools/grpc_version.py | 2 +- native/tools/distrib/python/xds_protos/grpc_version.py | 2 +- native/tools/doxygen/Doxyfile.c++ | 2 +- native/tools/doxygen/Doxyfile.c++.internal | 2 +- native/tools/doxygen/Doxyfile.objc | 2 +- native/tools/doxygen/Doxyfile.objc.internal | 2 +- native/tools/doxygen/Doxyfile.php | 2 +- 40 files changed, 45 insertions(+), 45 deletions(-) diff --git a/native/BUILD b/native/BUILD index 5f2844bb2e..e49bed5b5d 100644 --- a/native/BUILD +++ b/native/BUILD @@ -215,7 +215,7 @@ g_stands_for = "goku" # @unused core_version = "35.0.0" # @unused -version = "1.58.0-pre1" # @unused +version = "1.58.0" # @unused GPR_PUBLIC_HDRS = [ "include/grpc/support/alloc.h", diff --git a/native/CMakeLists.txt b/native/CMakeLists.txt index 3345732d6a..9415386f36 100644 --- a/native/CMakeLists.txt +++ b/native/CMakeLists.txt @@ -25,10 +25,10 @@ cmake_minimum_required(VERSION 3.8) set(PACKAGE_NAME "grpc") -set(PACKAGE_VERSION "1.58.0-pre1") +set(PACKAGE_VERSION "1.58.0") set(gRPC_CORE_VERSION "35.0.0") set(gRPC_CORE_SOVERSION "35") -set(gRPC_CPP_VERSION "1.58.0-pre1") +set(gRPC_CPP_VERSION "1.58.0") set(gRPC_CPP_SOVERSION "1.58") set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}") set(PACKAGE_TARNAME "${PACKAGE_NAME}-${PACKAGE_VERSION}") diff --git a/native/Makefile b/native/Makefile index ae486c6cfd..099720e429 100644 --- a/native/Makefile +++ b/native/Makefile @@ -411,7 +411,7 @@ Q = @ endif CORE_VERSION = 35.0.0 -CPP_VERSION = 1.58.0-pre1 +CPP_VERSION = 1.58.0 CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES)) CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS) diff --git a/native/REVISION.txt b/native/REVISION.txt index 72c3fbc897..c08fde0174 100644 --- a/native/REVISION.txt +++ b/native/REVISION.txt @@ -1 +1 @@ -e097a3220b694ae0c9d25634297b95b3a3eae69f +0417b882aa7abc1512f534e56f9cd97c557bb68f diff --git a/native/_metadata.py b/native/_metadata.py index afbe155f4d..05ffcb4696 100644 --- a/native/_metadata.py +++ b/native/_metadata.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/_metadata.py.template`!!! -__version__ = """1.58.0rc1""" +__version__ = """1.58.0""" diff --git a/native/build_handwritten.yaml b/native/build_handwritten.yaml index 5a96cc608f..3897cb1cd7 100644 --- a/native/build_handwritten.yaml +++ b/native/build_handwritten.yaml @@ -16,7 +16,7 @@ settings: csharp_major_version: 2 g_stands_for: goku protobuf_version: 3.23.4 - version: 1.58.0-pre1 + version: 1.58.0 configs: asan: CC: clang diff --git a/native/config.m4 b/native/config.m4 index 4a2d083785..465a89859c 100644 --- a/native/config.m4 +++ b/native/config.m4 @@ -1333,7 +1333,7 @@ if test "$PHP_GRPC" != "no"; then -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DGRPC_ARES=0 \ -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 \ -DGRPC_XDS_USER_AGENT_NAME_SUFFIX='"\"PHP\""' \ - -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX='"\"1.58.0RC1\""') + -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX='"\"1.58.0\""') PHP_ADD_BUILD_DIR($ext_builddir/src/core/ext/filters/backend_metrics) PHP_ADD_BUILD_DIR($ext_builddir/src/core/ext/filters/census) diff --git a/native/gRPC-C++.podspec b/native/gRPC-C++.podspec index 49e621b505..7648df904f 100644 --- a/native/gRPC-C++.podspec +++ b/native/gRPC-C++.podspec @@ -22,7 +22,7 @@ Pod::Spec.new do |s| s.name = 'gRPC-C++' # TODO (mxyan): use version that match gRPC version when pod is stabilized - version = '1.58.0-pre1' + version = '1.58.0' s.version = version s.summary = 'gRPC C++ library' s.homepage = 'https://grpc.io' diff --git a/native/gRPC-Core.podspec b/native/gRPC-Core.podspec index 4616e2be07..76290ac5fd 100644 --- a/native/gRPC-Core.podspec +++ b/native/gRPC-Core.podspec @@ -21,7 +21,7 @@ Pod::Spec.new do |s| s.name = 'gRPC-Core' - version = '1.58.0-pre1' + version = '1.58.0' s.version = version s.summary = 'Core cross-platform gRPC library, written in C' s.homepage = 'https://grpc.io' diff --git a/native/gRPC-ProtoRPC.podspec b/native/gRPC-ProtoRPC.podspec index f4aaa0ccff..7d615a1ebb 100644 --- a/native/gRPC-ProtoRPC.podspec +++ b/native/gRPC-ProtoRPC.podspec @@ -21,7 +21,7 @@ Pod::Spec.new do |s| s.name = 'gRPC-ProtoRPC' - version = '1.58.0-pre1' + version = '1.58.0' s.version = version s.summary = 'RPC library for Protocol Buffers, based on gRPC' s.homepage = 'https://grpc.io' diff --git a/native/gRPC-RxLibrary.podspec b/native/gRPC-RxLibrary.podspec index e913f72a34..eb119db1be 100644 --- a/native/gRPC-RxLibrary.podspec +++ b/native/gRPC-RxLibrary.podspec @@ -21,7 +21,7 @@ Pod::Spec.new do |s| s.name = 'gRPC-RxLibrary' - version = '1.58.0-pre1' + version = '1.58.0' s.version = version s.summary = 'Reactive Extensions library for iOS/OSX.' s.homepage = 'https://grpc.io' diff --git a/native/gRPC.podspec b/native/gRPC.podspec index 0ce250402c..62735cbafd 100644 --- a/native/gRPC.podspec +++ b/native/gRPC.podspec @@ -20,7 +20,7 @@ Pod::Spec.new do |s| s.name = 'gRPC' - version = '1.58.0-pre1' + version = '1.58.0' s.version = version s.summary = 'gRPC client library for iOS/OSX' s.homepage = 'https://grpc.io' diff --git a/native/include/grpcpp/version_info.h b/native/include/grpcpp/version_info.h index 2e0affb7f7..8ab5aade8f 100644 --- a/native/include/grpcpp/version_info.h +++ b/native/include/grpcpp/version_info.h @@ -21,7 +21,7 @@ #define GRPC_CPP_VERSION_MAJOR 1 #define GRPC_CPP_VERSION_MINOR 58 #define GRPC_CPP_VERSION_PATCH 0 -#define GRPC_CPP_VERSION_TAG "pre1" -#define GRPC_CPP_VERSION_STRING "1.58.0-pre1" +#define GRPC_CPP_VERSION_TAG "" +#define GRPC_CPP_VERSION_STRING "1.58.0" #endif // GRPCPP_VERSION_INFO_H diff --git a/native/package.xml b/native/package.xml index c0550af01f..8e967dfcf9 100644 --- a/native/package.xml +++ b/native/package.xml @@ -13,12 +13,12 @@ 2019-09-24 - 1.58.0RC1 - 1.58.0RC1 + 1.58.0 + 1.58.0 - beta - beta + stable + stable Apache 2.0 diff --git a/native/src/csharp/build/dependencies.props b/native/src/csharp/build/dependencies.props index 341d97834f..b1b39a6566 100644 --- a/native/src/csharp/build/dependencies.props +++ b/native/src/csharp/build/dependencies.props @@ -1,7 +1,7 @@ - 2.58.0-pre1 + 2.58.0 3.23.4 diff --git a/native/src/objective-c/!ProtoCompiler-gRPCCppPlugin.podspec b/native/src/objective-c/!ProtoCompiler-gRPCCppPlugin.podspec index 02e92e2ced..7c7a5c073f 100644 --- a/native/src/objective-c/!ProtoCompiler-gRPCCppPlugin.podspec +++ b/native/src/objective-c/!ProtoCompiler-gRPCCppPlugin.podspec @@ -42,7 +42,7 @@ Pod::Spec.new do |s| # exclamation mark ensures that other "regular" pods will be able to find it as it'll be installed # before them. s.name = '!ProtoCompiler-gRPCCppPlugin' - v = '1.58.0-pre1' + v = '1.58.0' s.version = v s.summary = 'The gRPC ProtoC plugin generates C++ files from .proto services.' s.description = <<-DESC diff --git a/native/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec b/native/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec index 238ba27285..4977f1155c 100644 --- a/native/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec +++ b/native/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec @@ -42,7 +42,7 @@ Pod::Spec.new do |s| # exclamation mark ensures that other "regular" pods will be able to find it as it'll be installed # before them. s.name = '!ProtoCompiler-gRPCPlugin' - v = '1.58.0-pre1' + v = '1.58.0' s.version = v s.summary = 'The gRPC ProtoC plugin generates Objective-C files from .proto services.' s.description = <<-DESC diff --git a/native/src/objective-c/GRPCClient/version.h b/native/src/objective-c/GRPCClient/version.h index e481af6747..2e75627988 100644 --- a/native/src/objective-c/GRPCClient/version.h +++ b/native/src/objective-c/GRPCClient/version.h @@ -22,4 +22,4 @@ // instead. This file can be regenerated from the template by running // `tools/buildgen/generate_projects.sh`. -#define GRPC_OBJC_VERSION_STRING @"1.58.0-pre1" +#define GRPC_OBJC_VERSION_STRING @"1.58.0" diff --git a/native/src/objective-c/tests/version.h b/native/src/objective-c/tests/version.h index f62de0abd8..2054bb58de 100644 --- a/native/src/objective-c/tests/version.h +++ b/native/src/objective-c/tests/version.h @@ -22,5 +22,5 @@ // instead. This file can be regenerated from the template by running // `tools/buildgen/generate_projects.sh`. -#define GRPC_OBJC_VERSION_STRING @"1.58.0-pre1" +#define GRPC_OBJC_VERSION_STRING @"1.58.0" #define GRPC_C_VERSION_STRING @"35.0.0" diff --git a/native/src/php/ext/grpc/version.h b/native/src/php/ext/grpc/version.h index f20d5c519b..ee46fda444 100644 --- a/native/src/php/ext/grpc/version.h +++ b/native/src/php/ext/grpc/version.h @@ -20,6 +20,6 @@ #ifndef VERSION_H #define VERSION_H -#define PHP_GRPC_VERSION "1.58.0RC1" +#define PHP_GRPC_VERSION "1.58.0" #endif /* VERSION_H */ diff --git a/native/src/python/grpcio/grpc/_grpcio_metadata.py b/native/src/python/grpcio/grpc/_grpcio_metadata.py index 0ca440c16a..451da5bc7a 100644 --- a/native/src/python/grpcio/grpc/_grpcio_metadata.py +++ b/native/src/python/grpcio/grpc/_grpcio_metadata.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio/grpc/_grpcio_metadata.py.template`!!! -__version__ = """1.58.0rc1""" +__version__ = """1.58.0""" diff --git a/native/src/python/grpcio/grpc_version.py b/native/src/python/grpcio/grpc_version.py index 928512a468..286370ed59 100644 --- a/native/src/python/grpcio/grpc_version.py +++ b/native/src/python/grpcio/grpc_version.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio/grpc_version.py.template`!!! -VERSION = '1.58.0rc1' +VERSION = '1.58.0' diff --git a/native/src/python/grpcio_admin/grpc_version.py b/native/src/python/grpcio_admin/grpc_version.py index 5a48ba6813..8a6df223da 100644 --- a/native/src/python/grpcio_admin/grpc_version.py +++ b/native/src/python/grpcio_admin/grpc_version.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_admin/grpc_version.py.template`!!! -VERSION = '1.58.0rc1' +VERSION = '1.58.0' diff --git a/native/src/python/grpcio_channelz/grpc_version.py b/native/src/python/grpcio_channelz/grpc_version.py index 800ff3d3af..f4ccee70f1 100644 --- a/native/src/python/grpcio_channelz/grpc_version.py +++ b/native/src/python/grpcio_channelz/grpc_version.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_channelz/grpc_version.py.template`!!! -VERSION = '1.58.0rc1' +VERSION = '1.58.0' diff --git a/native/src/python/grpcio_csds/grpc_version.py b/native/src/python/grpcio_csds/grpc_version.py index 9c83e83964..4582f098c3 100644 --- a/native/src/python/grpcio_csds/grpc_version.py +++ b/native/src/python/grpcio_csds/grpc_version.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_csds/grpc_version.py.template`!!! -VERSION = '1.58.0rc1' +VERSION = '1.58.0' diff --git a/native/src/python/grpcio_health_checking/grpc_version.py b/native/src/python/grpcio_health_checking/grpc_version.py index f275f25e8e..e0e5e01add 100644 --- a/native/src/python/grpcio_health_checking/grpc_version.py +++ b/native/src/python/grpcio_health_checking/grpc_version.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_health_checking/grpc_version.py.template`!!! -VERSION = '1.58.0rc1' +VERSION = '1.58.0' diff --git a/native/src/python/grpcio_reflection/grpc_version.py b/native/src/python/grpcio_reflection/grpc_version.py index 82a707f896..3b84d48b87 100644 --- a/native/src/python/grpcio_reflection/grpc_version.py +++ b/native/src/python/grpcio_reflection/grpc_version.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_reflection/grpc_version.py.template`!!! -VERSION = '1.58.0rc1' +VERSION = '1.58.0' diff --git a/native/src/python/grpcio_status/grpc_version.py b/native/src/python/grpcio_status/grpc_version.py index 06493ea888..23ea1a08fb 100644 --- a/native/src/python/grpcio_status/grpc_version.py +++ b/native/src/python/grpcio_status/grpc_version.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_status/grpc_version.py.template`!!! -VERSION = '1.58.0rc1' +VERSION = '1.58.0' diff --git a/native/src/python/grpcio_testing/grpc_version.py b/native/src/python/grpcio_testing/grpc_version.py index 6cddbbb674..8297635006 100644 --- a/native/src/python/grpcio_testing/grpc_version.py +++ b/native/src/python/grpcio_testing/grpc_version.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_testing/grpc_version.py.template`!!! -VERSION = '1.58.0rc1' +VERSION = '1.58.0' diff --git a/native/src/python/grpcio_tests/grpc_version.py b/native/src/python/grpcio_tests/grpc_version.py index 4cad38078c..3ee7390cc4 100644 --- a/native/src/python/grpcio_tests/grpc_version.py +++ b/native/src/python/grpcio_tests/grpc_version.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_tests/grpc_version.py.template`!!! -VERSION = '1.58.0rc1' +VERSION = '1.58.0' diff --git a/native/src/ruby/lib/grpc/version.rb b/native/src/ruby/lib/grpc/version.rb index f5485551ac..0874ea8c63 100644 --- a/native/src/ruby/lib/grpc/version.rb +++ b/native/src/ruby/lib/grpc/version.rb @@ -14,5 +14,5 @@ # GRPC contains the General RPC module. module GRPC - VERSION = '1.58.0.pre1' + VERSION = '1.58.0' end diff --git a/native/src/ruby/tools/version.rb b/native/src/ruby/tools/version.rb index 2f22e88aa2..ff03f510fb 100644 --- a/native/src/ruby/tools/version.rb +++ b/native/src/ruby/tools/version.rb @@ -14,6 +14,6 @@ module GRPC module Tools - VERSION = '1.58.0.pre1' + VERSION = '1.58.0' end end diff --git a/native/tools/distrib/python/grpc_version.py b/native/tools/distrib/python/grpc_version.py index 6dd7198686..51de587567 100644 --- a/native/tools/distrib/python/grpc_version.py +++ b/native/tools/distrib/python/grpc_version.py @@ -14,5 +14,5 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/distrib/python/grpcio_tools/grpc_version.py.template`!!! -VERSION = '1.58.0rc1' +VERSION = '1.58.0' PROTOBUF_VERSION = '3.23.4' diff --git a/native/tools/distrib/python/grpcio_tools/grpc_version.py b/native/tools/distrib/python/grpcio_tools/grpc_version.py index 0a63b6548e..5c1a6b01fd 100644 --- a/native/tools/distrib/python/grpcio_tools/grpc_version.py +++ b/native/tools/distrib/python/grpcio_tools/grpc_version.py @@ -14,5 +14,5 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/distrib/python/grpcio_tools/grpc_version.py.template`!!! -VERSION = '1.58.0rc1' +VERSION = '1.58.0' PROTOBUF_VERSION = '3.23.4' diff --git a/native/tools/distrib/python/xds_protos/grpc_version.py b/native/tools/distrib/python/xds_protos/grpc_version.py index 3323f4f975..0b63c55d2e 100644 --- a/native/tools/distrib/python/xds_protos/grpc_version.py +++ b/native/tools/distrib/python/xds_protos/grpc_version.py @@ -14,5 +14,5 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/distrib/python/grpcio_tools/grpc_version.py.template`!!! -VERSION = '1.58.0rc1' +VERSION = '1.58.0' PROTOBUF_VERSION = '3.23.4' diff --git a/native/tools/doxygen/Doxyfile.c++ b/native/tools/doxygen/Doxyfile.c++ index 2f67049efe..bcfeeb2d18 100644 --- a/native/tools/doxygen/Doxyfile.c++ +++ b/native/tools/doxygen/Doxyfile.c++ @@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC C++" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.58.0-pre1 +PROJECT_NUMBER = 1.58.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/native/tools/doxygen/Doxyfile.c++.internal b/native/tools/doxygen/Doxyfile.c++.internal index c51375ca81..0f969bc1a3 100644 --- a/native/tools/doxygen/Doxyfile.c++.internal +++ b/native/tools/doxygen/Doxyfile.c++.internal @@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC C++" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.58.0-pre1 +PROJECT_NUMBER = 1.58.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/native/tools/doxygen/Doxyfile.objc b/native/tools/doxygen/Doxyfile.objc index 3840688c99..81c4c5438f 100644 --- a/native/tools/doxygen/Doxyfile.objc +++ b/native/tools/doxygen/Doxyfile.objc @@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC Objective-C" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.58.0-pre1 +PROJECT_NUMBER = 1.58.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/native/tools/doxygen/Doxyfile.objc.internal b/native/tools/doxygen/Doxyfile.objc.internal index 3ec58816e3..64c0ee1032 100644 --- a/native/tools/doxygen/Doxyfile.objc.internal +++ b/native/tools/doxygen/Doxyfile.objc.internal @@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC Objective-C" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.58.0-pre1 +PROJECT_NUMBER = 1.58.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/native/tools/doxygen/Doxyfile.php b/native/tools/doxygen/Doxyfile.php index 56d6ba719d..287c9bdde1 100644 --- a/native/tools/doxygen/Doxyfile.php +++ b/native/tools/doxygen/Doxyfile.php @@ -40,7 +40,7 @@ # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.58.0-pre1 +PROJECT_NUMBER = 1.58.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a