From: Zachary Ware Date: Sun, 7 Jan 2018 19:00:33 +0000 (-0600) Subject: Fix version in AppVeyor config (GH-5125) X-Git-Tag: v3.6.5rc1~164 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c99fd163d5ca9bcc0b7ddd0d1e3b8717a63237c;p=thirdparty%2FPython%2Fcpython.git Fix version in AppVeyor config (GH-5125) --- diff --git a/.github/appveyor.yml b/.github/appveyor.yml index b8a01c313f63..162a7d8a701c 100644 --- a/.github/appveyor.yml +++ b/.github/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.6.1+.{build} +version: 3.6build{build} clone_depth: 5 branches: only: