From c05d2126282841db0df1701f989ef24693722abe Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Tue, 4 May 2004 03:28:01 +0000 Subject: Updated version. git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1191 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- configure.in | 2 +- src/proj_api.h | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 9ab46fe1..0cc906a5 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/pj_init.c) -AM_INIT_AUTOMAKE(proj, 4.4.7) +AM_INIT_AUTOMAKE(proj, 4.4.8) AM_CONFIG_HEADER(src/proj_config.h) dnl Checks for programs. diff --git a/src/proj_api.h b/src/proj_api.h index 4db65697..a0de3f14 100644 --- a/src/proj_api.h +++ b/src/proj_api.h @@ -28,6 +28,9 @@ ****************************************************************************** * * $Log$ + * Revision 1.10 2004/05/04 03:28:01 warmerda + * Updated version. + * * Revision 1.9 2004/04/15 13:56:24 warmerda * added pj_get_release * @@ -70,7 +73,7 @@ extern "C" { #endif /* Try to update this every version! */ -#define PJ_VERSION 447 +#define PJ_VERSION 448 extern char const pj_release[]; /* global release id string */ -- cgit v1.2.3