summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Streets <jonathan.streets@10gen.com>2021-01-17 15:20:44 -0500
committerJon Streets <jonathan.streets@10gen.com>2021-01-17 15:20:44 -0500
commitbd7349312666cd85122fe1c8efd93100e469053f (patch)
tree8d7c6e3e9ac13b43e6919a379c1c6633e6b00127
parentc57c4d6279fa6aa748498af44ae138f420009d0e (diff)
downloadmongo-bd7349312666cd85122fe1c8efd93100e469053f.tar.gz
Update version string to splunk1
-rw-r--r--etc/evergreen.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index d69570039d9..43db7682309 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -82,7 +82,7 @@ variables:
# We get the raw version string (r1.2.3-45-gabcdef) from git
### SPLUNK
### MONGO_VERSION=$(git describe)
- MONGO_VERSION=3.6.17-SERVER-42525-splunk
+ MONGO_VERSION=3.6.17-SERVER-42525-splunk1
# If this is a patch build, we add the patch version id to the version string so we know
# this build was a patch, and which evergreen task it came from
### SPLUNK
@@ -819,7 +819,7 @@ functions:
# We get the raw version string (r1.2.3-45-gabcdef) from git
### SPLUNK
### MONGO_VERSION=$(git describe)
- MONGO_VERSION=3.6.17-SERVER-42525-splunk
+ MONGO_VERSION=3.6.17-SERVER-42525-splunk1
# If this is a patch build, we add the patch version id to the version string so we know
# this build was a patch, and which evergreen task it came from
### SPLUNK