aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in2
-rw-r--r--src/proj_api.h5
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 */