From a9f1a9cad932bdaeb5cf275387862f235fb07398 Mon Sep 17 00:00:00 2001 From: dail8859 Date: Thu, 4 Jan 2018 09:02:32 -0500 Subject: [PATCH] Bump version to v0.7.1 --- appveyor.yml | 10 +++++----- docs/classes/Editor.html | 4 ++-- docs/classes/Match.html | 2 +- docs/classes/Notepad.html | 2 +- docs/classes/Styler.html | 2 +- docs/examples/bookmark.lua.html | 2 +- docs/examples/highlightoccurrences.lua.html | 2 +- docs/examples/luaautoindent.lua.html | 2 +- docs/examples/luasyntaxchecker.lua.html | 2 +- docs/examples/randomizelines.lua.html | 2 +- docs/examples/selectionaddnext.lua.html | 2 +- docs/examples/sessionmanager.lua.html | 2 +- docs/examples/stylecsv.lua.html | 2 +- docs/examples/stylecustom.lua.html | 2 +- docs/examples/visualstudiolinecopy.lua.html | 2 +- docs/index.html | 2 +- docs/topics/callbacks.md.html | 2 +- docs/topics/externalpluginsupport.md.html | 2 +- docs_gen/config.ld | 2 +- src/Version.h | 8 ++++---- 20 files changed, 28 insertions(+), 28 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 45c609e..28c7dac 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.7.0.{build} +version: 0.7.1.{build} image: Visual Studio 2015 platform: @@ -36,12 +36,12 @@ after_build: if ($($env:APPVEYOR_REPO_TAG) -eq "true" -and $env:CONFIGURATION -eq "Release") { if ($env:PLATFORM -eq "x64"){ - $ZipFileName = "LuaScript$($env:APPVEYOR_REPO_TAG_NAME)_x64.zip" - 7z a $ZipFileName bin\$($env:CONFIGURATION)_$($env:PLATFORM)\*.dll + $ZipFileName = "LuaScript_$($env:APPVEYOR_REPO_TAG_NAME)_x64.zip" + 7z a $ZipFileName "$($env:APPVEYOR_BUILD_FOLDER)\bin\$($env:CONFIGURATION)_$($env:PLATFORM)\*.dll" } if ($env:PLATFORM -eq "Win32"){ - $ZipFileName = "LuaScript$($env:APPVEYOR_REPO_TAG_NAME).zip" - 7z a $ZipFileName bin\$($env:CONFIGURATION)_$($env:PLATFORM)\*.dll + $ZipFileName = "LuaScript_$($env:APPVEYOR_REPO_TAG_NAME).zip" + 7z a $ZipFileName "$($env:APPVEYOR_BUILD_FOLDER)\bin\$($env:CONFIGURATION)_$($env:PLATFORM)\*.dll" } } diff --git a/docs/classes/Editor.html b/docs/classes/Editor.html index 08515b4..111142f 100644 --- a/docs/classes/Editor.html +++ b/docs/classes/Editor.html @@ -23,7 +23,7 @@