From 9f00574d53bfc7c52a280bd3b5f3b284756537a7 Mon Sep 17 00:00:00 2001 From: dail8859 Date: Wed, 6 Apr 2016 16:58:15 -0400 Subject: [PATCH] Bump version to v0.4.0 --- Version.h | 8 ++++---- doc/config.ld | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Version.h b/Version.h index 40e55d7..f423b28 100644 --- a/Version.h +++ b/Version.h @@ -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,3,0,0 -#define VERSION_LINEAR 300 -#define VERSION_LINEAR_TEXT TEXT("300") -#define VERSION_TEXT TEXT("0.3.0") // This must match the tag pushed on the server minus the "v" +#define VERSION_NUM 0,4,0,0 +#define VERSION_LINEAR 400 +#define VERSION_LINEAR_TEXT TEXT("400") +#define VERSION_TEXT TEXT("0.4.0") // This must match the tag pushed on the server minus the "v" #define VERSION_STAGE TEXT("") // "alpha", "beta", "" diff --git a/doc/config.ld b/doc/config.ld index 093cf75..e7467e1 100644 --- a/doc/config.ld +++ b/doc/config.ld @@ -20,7 +20,7 @@ custom_see_handler('^(SCI_[%w_]+)$', function(name) return name, url end) -project = 'LuaScript v0.3.0' +project = 'LuaScript v0.4.0' title = 'LuaScript Reference' description = 'Notepad++ plugin for [Lua](http://www.lua.org/) scripting capabilities.' format = 'markdown'