Skip to content

Commit

Permalink
bump version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akva2 committed Nov 27, 2018
1 parent c99946e commit e3f9f4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PROJECT(LRSpline)
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
SET(LRSpline_VERSION_MAJOR 1)
SET(LRSpline_VERSION_MINOR 5)
SET(LRSpline_VERSION_PATCH 0)
SET(LRSpline_VERSION_PATCH 1)
SET(LRSpline_VERSION ${LRSpline_VERSION_MAJOR}.${LRSpline_VERSION_MINOR}.${LRSpline_VERSION_PATCH})
IF(NOT WIN32)
SET(TIME_LRSPLINE 1)
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lrspline (1.5.0-1~xenial) xenial; urgency=medium
lrspline (1.5.1-1~xenial) xenial; urgency=medium

* New version

Expand Down

0 comments on commit e3f9f4c

Please sign in to comment.