From: Zachary Ware Date: Sun, 7 Jan 2018 19:00:56 +0000 (-0600) Subject: Fix version in AppVeyor config (GH-5126) X-Git-Tag: v2.7.15rc1~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ebf0ae6a2b055f6a2373d9d1976f6b243ed8b00;p=thirdparty%2FPython%2Fcpython.git Fix version in AppVeyor config (GH-5126) --- diff --git a/.github/appveyor.yml b/.github/appveyor.yml index 43bd7ed96658..ddd5b15c5aa8 100644 --- a/.github/appveyor.yml +++ b/.github/appveyor.yml @@ -1,4 +1,4 @@ -version: 2.7.13+.{build} +version: 2.7build{build} clone_depth: 5 branches: only: