Externalized version numbers.

This commit is contained in:
Brad Nelson
2024-01-15 11:52:11 -08:00
parent 8aff943a00
commit 29bd06fed8
2 changed files with 24 additions and 8 deletions

5
BUILD
View File

@ -12,6 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.
SetVersions(
version='7.0.7.17',
stable='7.0.6.19',
old_stable='7.0.5.4')
Include('posix')
Include('windows')
Include('web')