summaryrefslogtreecommitdiff
path: root/create_lts.py
diff options
context:
space:
mode:
Diffstat (limited to 'create_lts.py')
-rwxr-xr-xcreate_lts.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/create_lts.py b/create_lts.py
index 642b8847..7e5368e1 100755
--- a/create_lts.py
+++ b/create_lts.py
@@ -96,6 +96,11 @@ def main(argv):
# Replacement directives go here.
ReplaceStringsInFile(
+ 'MODULE.bazel', {
+ 'version = "head"':
+ 'version = "{}.0"'.format(datestamp)
+ })
+ ReplaceStringsInFile(
'absl/base/config.h', {
'#undef ABSL_LTS_RELEASE_VERSION':
'#define ABSL_LTS_RELEASE_VERSION {}'.format(datestamp),