Skip to content

Commit

Permalink
Release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianFranzen committed Mar 16, 2015
1 parent 79cd685 commit 5941077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: v2.0.0-{branch}-{build}
version: v2.0.1-{branch}-{build}

os: MinGW

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project(neuroscope CXX)

set(NEUROSCOPE_VERSION_MAJOR "2")
set(NEUROSCOPE_VERSION_MINOR "0")
set(NEUROSCOPE_VERSION_PATCH "0")
set(NEUROSCOPE_VERSION_PATCH "1")
set(NEUROSCOPE_VERSION "${NEUROSCOPE_VERSION_MAJOR}.${NEUROSCOPE_VERSION_MINOR}.${NEUROSCOPE_VERSION_PATCH}")

cmake_minimum_required(VERSION 2.8.6)
Expand Down

0 comments on commit 5941077

Please # to comment.