Skip to content

Commit

Permalink
Bump version to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dail8859 committed Apr 6, 2016
1 parent f784684 commit 9f00574
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 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,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", ""
2 changes: 1 addition & 1 deletion doc/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.3.0</sub>'
project = 'LuaScript <sub>v0.4.0</sub>'
title = 'LuaScript Reference'
description = 'Notepad++ plugin for [Lua](http://www.lua.org/) scripting capabilities.'
format = 'markdown'
Expand Down

0 comments on commit 9f00574

Please sign in to comment.