File tree Expand file tree Collapse file tree 7 files changed +20
-14
lines changed
ms-windows/Installer-Files Expand file tree Collapse file tree 7 files changed +20
-14
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ CMAKE_POLICY (SET CMP0053 NEW)
11
11
#############################################################
12
12
# Project and version
13
13
SET (CPACK_PACKAGE_VERSION_MAJOR "3" )
14
- SET (CPACK_PACKAGE_VERSION_MINOR "5 " )
14
+ SET (CPACK_PACKAGE_VERSION_MINOR "6 " )
15
15
SET (CPACK_PACKAGE_VERSION_PATCH "0" )
16
16
SET (COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR} .${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH} )
17
- SET (RELEASE_NAME "Master " )
17
+ SET (RELEASE_NAME "Noosa " )
18
18
PROJECT (qgis VERSION ${COMPLETE_VERSION} )
19
19
20
20
IF (APPLE )
Original file line number Diff line number Diff line change 1
1
QGIS
2
2
Building QGIS from source - step by step
3
- Friday November 30, 2018
3
+ Friday February 22, 2019
4
4
5
5
6
- Last Updated: Friday November 30, 2018
6
+ Last Updated: Friday February 22, 2019
7
7
Last Change : Friday November 30, 2018
8
8
9
9
@@ -457,7 +457,7 @@ For the QGIS build you need to install following packages from cygwin:
457
457
458
458
and from OSGeo4W (select Advanced Installation):
459
459
460
- - qgis-dev -deps
460
+ - qgis-rel -deps
461
461
462
462
This will also select packages the above packages depend on.
463
463
Original file line number Diff line number Diff line change 1
- qgis (3.5.0) UNRELEASED; urgency=medium
1
+ qgis (3.6.0) UNRELEASED; urgency=medium
2
+
3
+ * Release of 3.6.0
4
+
5
+ -- Jürgen E. Fischer <jef@norbit.de> Fri, 22 Feb 2019 13:47:20 +0100
6
+
7
+ qgis (3.5.0) unstable; urgency=medium
2
8
3
9
* New development version 3.5 after branch of 3.4
4
10
5
- -- Jürgen E. Fischer <jef@norbit.de> Fri, 26 Oct 2018 14:34:02 +0200
11
+ -- Jürgen E. Fischer <jef@norbit.de> Fri, 22 Feb 2019 13:47:20 +0100
6
12
7
13
qgis (3.4.0) unstable; urgency=medium
8
14
Original file line number Diff line number Diff line change 5
5
< META HTTP-EQUIV ="Content-Type " CONTENT ="text/html; charset=utf-8 ">
6
6
< TITLE > QGIS</ TITLE >
7
7
8
- <!-- Included /home/fischer/src/qgis/ doc/style.css -->
8
+ <!-- Included doc/style.css -->
9
9
< STYLE TYPE ="text/css ">
10
10
body { background : white;
11
11
color : black;
77
77
< DIV CLASS ="header " ID ="header ">
78
78
< H1 > QGIS</ H1 >
79
79
< H2 > Building QGIS from source - step by step</ H2 >
80
- < H3 > Saturday February 16 , 2019</ H3 >
80
+ < H3 > Friday February 22 , 2019</ H3 >
81
81
</ DIV >
82
82
83
83
< DIV CLASS ="body " ID ="body ">
84
84
< P >
85
- Last Updated: Saturday February 16 , 2019
86
- Last Change : Saturday February 16, 2019
85
+ Last Updated: Friday February 22 , 2019
86
+ Last Change : Friday November 30, 2018
87
87
</ P >
88
88
< DIV CLASS ="toc ">
89
89
@@ -745,7 +745,7 @@ <H3>4.1.2. Other tools and dependencies</H3>
745
745
</ P >
746
746
747
747
< UL >
748
- < LI > qgis-dev -deps
748
+ < LI > qgis-rel -deps
749
749
</ UL >
750
750
751
751
< P >
@@ -3121,5 +3121,5 @@ <H1>9. Authors and Acknowledgments</H1>
3121
3121
3122
3122
</ DIV >
3123
3123
<!-- html code generated by txt2tags 2.6 (http://txt2tags.org) -->
3124
- <!-- cmdline: txt2tags -\-encoding=utf-8 -o/home/fischer/src/qgis/debian/build/doc/ INSTALL.html -t html /home/fischer/src/qgis/ doc/INSTALL.t2t -->
3124
+ <!-- cmdline: txt2tags -\-encoding=utf-8 -odoc/ INSTALL.html -t html doc/INSTALL.t2t -->
3125
3125
</ BODY > </ HTML >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ For the QGIS build you need to install following packages from cygwin:
31
31
32
32
and from OSGeo4W (select //Advanced Installation//):
33
33
34
- - qgis-dev -deps
34
+ - qgis-rel -deps
35
35
-
36
36
37
37
This will also select packages the above packages depend on.
You can’t perform that action at this time.
0 commit comments