Skip to content

Commit a9f1a9c

Browse files
committed
Bump version to v0.7.1
1 parent e67e57e commit a9f1a9c

20 files changed

+28
-28
lines changed

appveyor.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.7.0.{build}
1+
version: 0.7.1.{build}
22
image: Visual Studio 2015
33

44
platform:
@@ -36,12 +36,12 @@ after_build:
3636
3737
if ($($env:APPVEYOR_REPO_TAG) -eq "true" -and $env:CONFIGURATION -eq "Release") {
3838
if ($env:PLATFORM -eq "x64"){
39-
$ZipFileName = "LuaScript$($env:APPVEYOR_REPO_TAG_NAME)_x64.zip"
40-
7z a $ZipFileName bin\$($env:CONFIGURATION)_$($env:PLATFORM)\*.dll
39+
$ZipFileName = "LuaScript_$($env:APPVEYOR_REPO_TAG_NAME)_x64.zip"
40+
7z a $ZipFileName "$($env:APPVEYOR_BUILD_FOLDER)\bin\$($env:CONFIGURATION)_$($env:PLATFORM)\*.dll"
4141
}
4242
if ($env:PLATFORM -eq "Win32"){
43-
$ZipFileName = "LuaScript$($env:APPVEYOR_REPO_TAG_NAME).zip"
44-
7z a $ZipFileName bin\$($env:CONFIGURATION)_$($env:PLATFORM)\*.dll
43+
$ZipFileName = "LuaScript_$($env:APPVEYOR_REPO_TAG_NAME).zip"
44+
7z a $ZipFileName "$($env:APPVEYOR_BUILD_FOLDER)\bin\$($env:CONFIGURATION)_$($env:PLATFORM)\*.dll"
4545
}
4646
}
4747

docs/classes/Editor.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<div id="navigation">
2525
<br/>
26-
<h1>LuaScript <sub>v0.7.0</sub></h1>
26+
<h1>LuaScript <sub>v0.7.1</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>
@@ -733,7 +733,7 @@ <h2><a href="#Scrolling_and_automatic_scrolling">Scrolling and automatic scrolli
733733
</tr>
734734
<tr>
735735
<td class="name" nowrap><a href="#Editor.VScrollBar">Editor.VScrollBar</a></td>
736-
<td class="summary">Show or hide the vertical scroll bar.</td>
736+
<td class="summary">Show or ire the vertical scroll bar.</td>
737737
</tr>
738738
<tr>
739739
<td class="name" nowrap><a href="#Editor.XOffset">Editor.XOffset</a></td>

docs/classes/Match.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<div id="navigation">
2525
<br/>
26-
<h1>LuaScript <sub>v0.7.0</sub></h1>
26+
<h1>LuaScript <sub>v0.7.1</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>

docs/classes/Notepad.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<div id="navigation">
2525
<br/>
26-
<h1>LuaScript <sub>v0.7.0</sub></h1>
26+
<h1>LuaScript <sub>v0.7.1</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>

docs/classes/Styler.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<div id="navigation">
2525
<br/>
26-
<h1>LuaScript <sub>v0.7.0</sub></h1>
26+
<h1>LuaScript <sub>v0.7.1</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>

docs/examples/bookmark.lua.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<div id="navigation">
2525
<br/>
26-
<h1>LuaScript <sub>v0.7.0</sub></h1>
26+
<h1>LuaScript <sub>v0.7.1</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>

docs/examples/highlightoccurrences.lua.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<div id="navigation">
2525
<br/>
26-
<h1>LuaScript <sub>v0.7.0</sub></h1>
26+
<h1>LuaScript <sub>v0.7.1</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>

docs/examples/luaautoindent.lua.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<div id="navigation">
2525
<br/>
26-
<h1>LuaScript <sub>v0.7.0</sub></h1>
26+
<h1>LuaScript <sub>v0.7.1</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>

docs/examples/luasyntaxchecker.lua.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<div id="navigation">
2525
<br/>
26-
<h1>LuaScript <sub>v0.7.0</sub></h1>
26+
<h1>LuaScript <sub>v0.7.1</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>

docs/examples/randomizelines.lua.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<div id="navigation">
2525
<br/>
26-
<h1>LuaScript <sub>v0.7.0</sub></h1>
26+
<h1>LuaScript <sub>v0.7.1</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>

docs/examples/selectionaddnext.lua.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<div id="navigation">
2525
<br/>
26-
<h1>LuaScript <sub>v0.7.0</sub></h1>
26+
<h1>LuaScript <sub>v0.7.1</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>

docs/examples/sessionmanager.lua.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<div id="navigation">
2525
<br/>
26-
<h1>LuaScript <sub>v0.7.0</sub></h1>
26+
<h1>LuaScript <sub>v0.7.1</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>

docs/examples/stylecsv.lua.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<div id="navigation">
2525
<br/>
26-
<h1>LuaScript <sub>v0.7.0</sub></h1>
26+
<h1>LuaScript <sub>v0.7.1</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>

docs/examples/stylecustom.lua.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<div id="navigation">
2525
<br/>
26-
<h1>LuaScript <sub>v0.7.0</sub></h1>
26+
<h1>LuaScript <sub>v0.7.1</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>

docs/examples/visualstudiolinecopy.lua.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<div id="navigation">
2525
<br/>
26-
<h1>LuaScript <sub>v0.7.0</sub></h1>
26+
<h1>LuaScript <sub>v0.7.1</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<div id="navigation">
2525
<br/>
26-
<h1>LuaScript <sub>v0.7.0</sub></h1>
26+
<h1>LuaScript <sub>v0.7.1</sub></h1>
2727

2828

2929

docs/topics/callbacks.md.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<div id="navigation">
2525
<br/>
26-
<h1>LuaScript <sub>v0.7.0</sub></h1>
26+
<h1>LuaScript <sub>v0.7.1</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>

docs/topics/externalpluginsupport.md.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<div id="navigation">
2525
<br/>
26-
<h1>LuaScript <sub>v0.7.0</sub></h1>
26+
<h1>LuaScript <sub>v0.7.1</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>

docs_gen/config.ld

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ custom_see_handler('^(SCI_[%w_]+)$', function(name)
2020
return name, url
2121
end)
2222

23-
project = 'LuaScript <sub>v0.7.0</sub>'
23+
project = 'LuaScript <sub>v0.7.1</sub>'
2424
title = 'LuaScript Reference'
2525
description = 'Notepad++ plugin for [Lua](http://www.lua.org/) scripting capabilities.'
2626
full_description = [[LuaScript allows you to customize Notepad++.

src/Version.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
// along with this program; if not, write to the Free Software
1717
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1818

19-
#define VERSION_NUM 0,7,0,0
20-
#define VERSION_LINEAR 700
21-
#define VERSION_LINEAR_TEXT TEXT("700")
22-
#define VERSION_TEXT TEXT("0.7.0") // This must match the tag pushed on the server minus the "v"
19+
#define VERSION_NUM 0,7,1,0
20+
#define VERSION_LINEAR 710
21+
#define VERSION_LINEAR_TEXT TEXT("710")
22+
#define VERSION_TEXT TEXT("0.7.1") // This must match the tag pushed on the server minus the "v"
2323
#define VERSION_STAGE TEXT("") // "alpha", "beta", ""

0 commit comments

Comments
 (0)