From 0b4f4889f19663ef0fc3357315712e42303a34da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 4 Aug 2015 11:54:08 +0200 Subject: [PATCH] build: fix version syntax in AppVeyor file Use vLIBUV_VERSION.buildNUMBER syntax. This allows for easier parsing of pre-releases: v1.6.0.build1, v2.0.0-rc1.build2 etc. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 6dffc0f3..f3afd583 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: v1.6.1-build{build} +version: v1.6.1.build{build} install: - cinst -y nsis