Skip to content

Commit 49858ca

Browse files
committed
Release of 3.0 (Girona)
1 parent 6304add commit 49858ca

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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 "0")
33
SET(CPACK_PACKAGE_VERSION_PATCH "0")
44
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
5-
SET(RELEASE_NAME "Master")
5+
SET(RELEASE_NAME "Girona")
66
IF (POLICY CMP0048) # in CMake 3.0.0+
77
CMAKE_POLICY (SET CMP0048 OLD) # keep PROJECT() from clearing VERSION variables
88
ENDIF (POLICY CMP0048)

debian/changelog

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
qgis (2.99.0) UNRELEASED; urgency=medium
1+
qgis (3.0.0) UNRELEASED; urgency=medium
2+
3+
* Release of 3.0.0
4+
5+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 23 Feb 2018 13:09:53 +0100
6+
7+
qgis (2.99.0) unstable; urgency=medium
28

39
* New development version 2.999 after branch of 2.16
410
* move to qt5/python3/ninja
511
* drop trusty support (libqca-2-dev missing)
612

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

915
qgis (2.16.0) unstable; urgency=medium
1016

images/splash/splash.png

1.63 MB
Loading
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)