Skip to content

Commit

Permalink
Bump version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dail8859 committed Mar 22, 2016
1 parent 2518ebc commit f3d7a00
Show file tree
Hide file tree
Showing 2 changed files with 4 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,2,0,0
#define VERSION_LINEAR 200
#define VERSION_LINEAR_TEXT TEXT("200")
#define VERSION_TEXT TEXT("0.2.0") // This must match the tag pushed on the server minus the "v"
#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_STAGE TEXT("") // "alpha", "beta", ""
1 change: 0 additions & 1 deletion doc/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Scripts can register Lua functions as a callback when certain events take place.
- `OnSave(filename)`
- `OnBeforeClose(filename)`
- `OnClose(filename)`
- `OnClose(filename)`

The Notepad++ object allows adding, removing, and clearing callback functions for the events.

Expand Down

0 comments on commit f3d7a00

Please sign in to comment.