Skip to content

Commit

Permalink
Upgrade version to 0.6.3
Browse files Browse the repository at this point in the history
The version number is bumped from 0.6.1 to 0.6.3 because the
intermediate version 0.6.2 already exists as a tag (v0.6.2). However,
the version number was only updated to 0.6.2 in the v0.6.2 tag which
explains why the master branch version number is lagging behind.

v0.6.2 was tagged on Friday Oct 16 2015 and there was not much activity
on target-isns since then. The changes were mostly cosmetic changes.

Signed-off-by: Christophe Vu-Brugier <[email protected]>
  • Loading branch information
cvubrugier committed Mar 5, 2017
1 parent 4aa51a1 commit 4e8a1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#

project(target-isns "C")
set(TARGET_ISNS_VERSION "0.6.1")
set(TARGET_ISNS_VERSION "0.6.3")

cmake_minimum_required(VERSION 2.8)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Werror")
Expand Down

0 comments on commit 4e8a1a7

Please sign in to comment.