Skip to content

Commit

Permalink
Releasing version 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ybainier committed Nov 15, 2018
1 parent 2dc751c commit a14c6a8
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 @@ -2,8 +2,8 @@ project(Hypodermic)
cmake_minimum_required(VERSION 2.6)

set(HYPODERMIC_VERSION_MAJOR "2")
set(HYPODERMIC_VERSION_MINOR "0")
set(HYPODERMIC_VERSION_PATCH "1")
set(HYPODERMIC_VERSION_MINOR "5")
set(HYPODERMIC_VERSION_PATCH "0")
set(HYPODERMIC_VERSION
"${HYPODERMIC_VERSION_MAJOR}.${HYPODERMIC_VERSION_MINOR}.${HYPODERMIC_VERSION_PATCH}"
)
Expand Down

0 comments on commit a14c6a8

Please sign in to comment.