summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Streets <jonathan.streets@10gen.com>2021-01-13 16:05:10 -0500
committerJon Streets <jonathan.streets@10gen.com>2021-01-17 15:14:18 -0500
commit0c758ac9475e1c2973ef378e128e3eff9ed0efa8 (patch)
tree80f180b9900537634630a2a9b73e79b357b384e9
parentc6842d42df20232b7fb2e25c7120fec43adb86f7 (diff)
downloadmongo-0c758ac9475e1c2973ef378e128e3eff9ed0efa8.tar.gz
Update version string to splunk1
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 a3454dbec6c..fa68f00ef9f 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
@@ -814,7 +814,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