File tree Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,17 @@ SET(CMAKE_COLOR_MAKEFILE ON)
19
19
# Version information
20
20
set (PROJECT_VERSION_MAJOR 1 )
21
21
set (PROJECT_VERSION_MINOR 4 )
22
- set (PROJECT_VERSION_PATCH 2 )
22
+ set (PROJECT_VERSION_PATCH 3 )
23
23
set (PROJECT_VERSION
24
24
"${PROJECT_VERSION_MAJOR} .${PROJECT_VERSION_MINOR} .${PROJECT_VERSION_PATCH} " )
25
25
set (GeoTIFF_VERSION ${PROJECT_VERSION} )
26
26
27
27
# Set library version to match that of autoconf:
28
- # libgeotiff.so -> libgeotiff.so.2.1.1
29
- # libgeotiff.so.2 -> libgeotiff.so.2.1.2
30
- # libgeotiff.so.2.1.2
28
+ # libgeotiff.so -> libgeotiff.so.2.2.0
29
+ # libgeotiff.so.2 -> libgeotiff.so.2.2.0
30
+ # libgeotiff.so.2.2.0
31
31
set (LINK_SOVERSION "2" )
32
- set (LINK_VERSION "2.1.2 " )
32
+ set (LINK_VERSION "2.2.0 " )
33
33
34
34
string (TOLOWER ${PROJECT_NAME} PROJECT_NAME_LOWER )
35
35
string (TOUPPER ${PROJECT_NAME} PROJECT_NAME_UPPER )
Original file line number Diff line number Diff line change
1
+ 2018-12-07 Even Rouault <even dot rouault at spatialys dot com>
2
+
3
+ * Prepare for 1.4.3
4
+
1
5
2018-05-23 Even Rouault <even dot rouault at spatialys dot com>
2
6
3
7
* geo_set.c: when rewriting a ASCII key with a string value longer than
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ if CSV_IS_CONFIG
110
110
csv/unit_of_measure.c
111
111
endif
112
112
113
- libgeotiff_la_LDFLAGS = -version-info 3:2:1
113
+ libgeotiff_la_LDFLAGS = -version-info 4:0:2
114
114
115
115
libgeotiff_la_LIBADD = libxtiff/libxtiff.la
116
116
Original file line number Diff line number Diff line change 2
2
3
3
m4_define ( [ VERSION_MAJOR] , [ 1] )
4
4
m4_define ( [ VERSION_MINOR] , [ 4] )
5
- m4_define ( [ VERSION_POINT] , [ 2 ] )
5
+ m4_define ( [ VERSION_POINT] , [ 3 ] )
6
6
m4_define ( [ GEOTIFF_VERSION] ,
7
7
[ VERSION_MAJOR.VERSION_MINOR.VERSION_POINT] )
8
8
You can’t perform that action at this time.
0 commit comments