Skip to content

Commit

Permalink
Bump version to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dail8859 committed Jan 4, 2018
1 parent e67e57e commit a9f1a9c
Show file tree
Hide file tree
Showing 20 changed files with 28 additions and 28 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.7.0.{build}
version: 0.7.1.{build}
image: Visual Studio 2015

platform:
Expand Down Expand Up @@ -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"
}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/classes/Editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<div id="navigation">
<br/>
<h1>LuaScript <sub>v0.7.0</sub></h1>
<h1>LuaScript <sub>v0.7.1</sub></h1>

<ul>
<li><a href="../index.html">Index</a></li>
Expand Down Expand Up @@ -733,7 +733,7 @@ <h2><a href="#Scrolling_and_automatic_scrolling">Scrolling and automatic scrolli
</tr>
<tr>
<td class="name" nowrap><a href="#Editor.VScrollBar">Editor.VScrollBar</a></td>
<td class="summary">Show or hide the vertical scroll bar.</td>
<td class="summary">Show or ire the vertical scroll bar.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#Editor.XOffset">Editor.XOffset</a></td>
Expand Down
2 changes: 1 addition & 1 deletion docs/classes/Match.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<div id="navigation">
<br/>
<h1>LuaScript <sub>v0.7.0</sub></h1>
<h1>LuaScript <sub>v0.7.1</sub></h1>

<ul>
<li><a href="../index.html">Index</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/classes/Notepad.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<div id="navigation">
<br/>
<h1>LuaScript <sub>v0.7.0</sub></h1>
<h1>LuaScript <sub>v0.7.1</sub></h1>

<ul>
<li><a href="../index.html">Index</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/classes/Styler.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<div id="navigation">
<br/>
<h1>LuaScript <sub>v0.7.0</sub></h1>
<h1>LuaScript <sub>v0.7.1</sub></h1>

<ul>
<li><a href="../index.html">Index</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/bookmark.lua.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<div id="navigation">
<br/>
<h1>LuaScript <sub>v0.7.0</sub></h1>
<h1>LuaScript <sub>v0.7.1</sub></h1>

<ul>
<li><a href="../index.html">Index</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/highlightoccurrences.lua.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<div id="navigation">
<br/>
<h1>LuaScript <sub>v0.7.0</sub></h1>
<h1>LuaScript <sub>v0.7.1</sub></h1>

<ul>
<li><a href="../index.html">Index</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/luaautoindent.lua.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<div id="navigation">
<br/>
<h1>LuaScript <sub>v0.7.0</sub></h1>
<h1>LuaScript <sub>v0.7.1</sub></h1>

<ul>
<li><a href="../index.html">Index</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/luasyntaxchecker.lua.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<div id="navigation">
<br/>
<h1>LuaScript <sub>v0.7.0</sub></h1>
<h1>LuaScript <sub>v0.7.1</sub></h1>

<ul>
<li><a href="../index.html">Index</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/randomizelines.lua.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<div id="navigation">
<br/>
<h1>LuaScript <sub>v0.7.0</sub></h1>
<h1>LuaScript <sub>v0.7.1</sub></h1>

<ul>
<li><a href="../index.html">Index</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/selectionaddnext.lua.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<div id="navigation">
<br/>
<h1>LuaScript <sub>v0.7.0</sub></h1>
<h1>LuaScript <sub>v0.7.1</sub></h1>

<ul>
<li><a href="../index.html">Index</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/sessionmanager.lua.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<div id="navigation">
<br/>
<h1>LuaScript <sub>v0.7.0</sub></h1>
<h1>LuaScript <sub>v0.7.1</sub></h1>

<ul>
<li><a href="../index.html">Index</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/stylecsv.lua.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<div id="navigation">
<br/>
<h1>LuaScript <sub>v0.7.0</sub></h1>
<h1>LuaScript <sub>v0.7.1</sub></h1>

<ul>
<li><a href="../index.html">Index</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/stylecustom.lua.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<div id="navigation">
<br/>
<h1>LuaScript <sub>v0.7.0</sub></h1>
<h1>LuaScript <sub>v0.7.1</sub></h1>

<ul>
<li><a href="../index.html">Index</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/visualstudiolinecopy.lua.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<div id="navigation">
<br/>
<h1>LuaScript <sub>v0.7.0</sub></h1>
<h1>LuaScript <sub>v0.7.1</sub></h1>

<ul>
<li><a href="../index.html">Index</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<div id="navigation">
<br/>
<h1>LuaScript <sub>v0.7.0</sub></h1>
<h1>LuaScript <sub>v0.7.1</sub></h1>



Expand Down
2 changes: 1 addition & 1 deletion docs/topics/callbacks.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<div id="navigation">
<br/>
<h1>LuaScript <sub>v0.7.0</sub></h1>
<h1>LuaScript <sub>v0.7.1</sub></h1>

<ul>
<li><a href="../index.html">Index</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/topics/externalpluginsupport.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<div id="navigation">
<br/>
<h1>LuaScript <sub>v0.7.0</sub></h1>
<h1>LuaScript <sub>v0.7.1</sub></h1>

<ul>
<li><a href="../index.html">Index</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs_gen/config.ld
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ custom_see_handler('^(SCI_[%w_]+)$', function(name)
return name, url
end)

project = 'LuaScript <sub>v0.7.0</sub>'
project = 'LuaScript <sub>v0.7.1</sub>'
title = 'LuaScript Reference'
description = 'Notepad++ plugin for [Lua](http://www.lua.org/) scripting capabilities.'
full_description = [[LuaScript allows you to customize Notepad++.
Expand Down
8 changes: 4 additions & 4 deletions src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

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

0 comments on commit a9f1a9c

Please sign in to comment.