Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhdev committed Apr 26, 2016
1 parent 111cd23 commit 3fdadb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ cmake_minimum_required(VERSION 3.5.0)
project(NppEditorConfig CXX)

set (editorconfig_notepad_plus_plus_VERSION_MAJOR 0)
set (editorconfig_notepad_plus_plus_VERSION_MINOR 1)
set (editorconfig_notepad_plus_plus__VERSION_SUBMINOR 3)
set (editorconfig_notepad_plus_plus_VERSION_MINOR 2)
set (editorconfig_notepad_plus_plus__VERSION_SUBMINOR 0)

# set the EDITORCONFIG_CORE_PREFIX. Default is the default installation
# directory of editorconfig
Expand Down

0 comments on commit 3fdadb7

Please sign in to comment.