Skip to content

Commit 70c68df

Browse files
committed
Bump version to 3.1
1 parent 6304add commit 70c68df

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
SET(CPACK_PACKAGE_VERSION_MAJOR "2")
2-
SET(CPACK_PACKAGE_VERSION_MINOR "99")
1+
SET(CPACK_PACKAGE_VERSION_MAJOR "3")
2+
SET(CPACK_PACKAGE_VERSION_MINOR "1")
33
SET(CPACK_PACKAGE_VERSION_PATCH "0")
44
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
55
SET(RELEASE_NAME "Master")

debian/changelog

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
1-
qgis (2.99.0) UNRELEASED; urgency=medium
1+
qgis (3.1.0) UNRELEASED; urgency=medium
2+
3+
* New development version 3.1 after branch of 3.0
4+
5+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 23 Feb 2018 13:10:59 +0100
6+
7+
qgis (3.0.0) unstable; urgency=medium
8+
9+
* Release of 3.0.0
10+
11+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 23 Feb 2018 13:10:59 +0100
12+
13+
qgis (2.99.0) unstable; urgency=medium
214

315
* New development version 2.999 after branch of 2.16
416
* move to qt5/python3/ninja
517
* drop trusty support (libqca-2-dev missing)
618

7-
-- Jürgen E. Fischer <jef@norbit.de> Mon, 07 Nov 2016 12:14:47 +0100
19+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 23 Feb 2018 13:09:53 +0100
820

921
qgis (2.16.0) unstable; urgency=medium
1022

0 commit comments

Comments
 (0)