diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-09-10 20:04:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-10 20:04:07 +0200 |
| commit | 8633749902c6d7729a95bd6cefffabde7036ee29 (patch) | |
| tree | 73f4396cb9fdbc846253b48a7eb1bbf980a061ba /src | |
| parent | 29872a328a7171a17f15083d1f828c39184fcf54 (diff) | |
| parent | 491d0a73f4df685f805861d48d5bbd3dfcd891cc (diff) | |
| download | PROJ-8633749902c6d7729a95bd6cefffabde7036ee29.tar.gz PROJ-8633749902c6d7729a95bd6cefffabde7036ee29.zip | |
Release prep 5.2 (#1113)
Steps 1.1-1.4 from HOWTO-RELEASE. Will publish the archives later today (evening central european time).
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3040a403..887e2135 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -41,7 +41,7 @@ geodtest_LDADD = libproj.la lib_LTLIBRARIES = libproj.la -libproj_la_LDFLAGS = -no-undefined -version-info 14:0:1 +libproj_la_LDFLAGS = -no-undefined -version-info 14:0:2 libproj_la_SOURCES = \ pj_list.h proj_internal.h proj_math.h\ |
