aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2003-03-31 14:52:38 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2003-03-31 14:52:38 +0000
commit8e9d2564581e093f345d5126f00c70ba4671a67a (patch)
treeb04a6e3a67126d3a679059ce18816fd9ea6ee82d /src
parent15620dac5228dd493fe0501e95db51736c4deb93 (diff)
downloadPROJ-8e9d2564581e093f345d5126f00c70ba4671a67a.tar.gz
PROJ-8e9d2564581e093f345d5126f00c70ba4671a67a.zip
updated to 4.4.7
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1129 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/Makefile.in2
-rw-r--r--src/pj_release.c2
-rw-r--r--src/proj_api.h5
4 files changed, 7 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index fedb8909..15b76140 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 4:0:4
+libproj_la_LDFLAGS = -version-info 4:1:4
libproj_la_SOURCES = \
projects.h pj_list.h \
diff --git a/src/Makefile.in b/src/Makefile.in
index 9ae881ee..8fb8d6b7 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -105,7 +105,7 @@ geod_LDADD = libproj.la
lib_LTLIBRARIES = libproj.la
-libproj_la_LDFLAGS = -version-info 4:0:4
+libproj_la_LDFLAGS = -version-info 4:1:4
libproj_la_SOURCES = \
projects.h pj_list.h \
diff --git a/src/pj_release.c b/src/pj_release.c
index 71a41951..2fec6c9f 100644
--- a/src/pj_release.c
+++ b/src/pj_release.c
@@ -2,4 +2,4 @@
#include <projects.h>
-char const pj_release[]="Rel. 4.4.6, 3 March 2003";
+char const pj_release[]="Rel. 4.4.7, 31 March 2003";
diff --git a/src/proj_api.h b/src/proj_api.h
index b9fc167e..5af25e2f 100644
--- a/src/proj_api.h
+++ b/src/proj_api.h
@@ -28,6 +28,9 @@
******************************************************************************
*
* $Log$
+ * Revision 1.8 2003/03/31 14:52:38 warmerda
+ * updated to 4.4.7
+ *
* Revision 1.7 2002/12/14 20:14:35 warmerda
* added geocentric support
*
@@ -64,7 +67,7 @@ extern "C" {
#endif
/* Try to update this every version! */
-#define PJ_VERSION 446
+#define PJ_VERSION 447
extern char const pj_release[]; /* global release id string */