Skip to content

Commit

Permalink
Bump version: 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VikingScientist committed Nov 26, 2018
1 parent 89db01d commit 7c8bb1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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(LRSpline)

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
SET(LRSpline_VERSION_MAJOR 1)
SET(LRSpline_VERSION_MINOR 4)
SET(LRSpline_VERSION_PATCH 2)
SET(LRSpline_VERSION_MINOR 5)
SET(LRSpline_VERSION_PATCH 0)
SET(LRSpline_VERSION ${LRSpline_VERSION_MAJOR}.${LRSpline_VERSION_MINOR}.${LRSpline_VERSION_PATCH})
IF(NOT WIN32)
SET(TIME_LRSPLINE 1)
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
lrspline (1.4.2-2~xenial) xenial; urgency=medium
lrspline (1.5.0-1~xenial) xenial; urgency=medium

* New version

-- Arne Morten Kvarving <[email protected]> Fri, 27 Nov 2015 15:33:25 +0100
-- Arne Morten Kvarving <[email protected]> Mon, 26 Nov 2018 15:33:25 +0100

0 comments on commit 7c8bb1a

Please sign in to comment.