diff options
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | src/Makefile.am | 2 | ||||
| -rw-r--r-- | src/pj_release.c | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,6 @@ +Rel. 4.4.3 2001/04/20 +------------------------------------------------------------------------- + 2001-04-05 Frank Warmerdam <warmerdam@pobox.com> * Introduce proj_api.h as a public include file with projects.h diff --git a/src/Makefile.am b/src/Makefile.am index 49912df4..2bca8a21 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,7 +20,7 @@ geod_LDADD = libproj.la lib_LTLIBRARIES = libproj.la -libproj_la_LDFLAGS = -version-info 1:0:1 +libproj_la_LDFLAGS = -version-info 1:1:2 libproj_la_SOURCES = \ projects.h pj_list.h \ diff --git a/src/pj_release.c b/src/pj_release.c index 623672a0..9644e825 100644 --- a/src/pj_release.c +++ b/src/pj_release.c @@ -3,4 +3,4 @@ static const char SCCSID[]="@(#)pj_release.c 4.5 95/09/23 GIE REL"; #endif -char const pj_release[]="Rel. 4.4.3, 12 April 2001"; +char const pj_release[]="Rel. 4.4.3, 20 April 2001"; |
