Skip to content

Commit 5cd8d08

Browse files
committedJun 26, 2015
Release of 2.10 (Pisa)
1 parent 7d9dcb1 commit 5cd8d08

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed
 

‎CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
SET(CPACK_PACKAGE_VERSION_MAJOR "2")
2-
SET(CPACK_PACKAGE_VERSION_MINOR "9")
2+
SET(CPACK_PACKAGE_VERSION_MINOR "10")
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 "Pisa")
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,4 +1,10 @@
1-
qgis (2.9.0) UNRELEASED; urgency=medium
1+
qgis (2.10.0) UNRELEASED; urgency=medium
2+
3+
* Release of 2.10.0
4+
5+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 26 Jun 2015 14:38:57 +0200
6+
7+
qgis (2.9.0) unstable; urgency=medium
28

39
* New development version 2.9 after branch of 2.8
410
* include dependency to liblwgeom
@@ -9,7 +15,7 @@ qgis (2.9.0) UNRELEASED; urgency=medium
915
* include browser icons
1016
* include libqt4-sql-sqlite and python-pyspatialite as build dependency
1117

12-
-- Jürgen E. Fischer <jef@norbit.de> Mon, 22 Jun 2015 12:35:51 +0200
18+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 26 Jun 2015 14:38:57 +0200
1319

1420
qgis (2.8.0) unstable; urgency=medium
1521

‎images/splash/splash.png

-10.8 KB
Loading
50.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.