Fixes for OS X endian bug

** Incremented version in configure.in
** Updated ChangeLog


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1384 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2004-05-13 03:13:12 +00:00
parent e763ce3099
commit a0a858b764
2 changed files with 8 additions and 4 deletions

View File

@ -1,7 +1,10 @@
QGIS Change Log
ChangeLog,v 1.69 2004/05/12 08:28:04 jobi Exp
ChangeLog,v 1.70 2004/05/13 03:13:12 gsherman Exp
------------------------------------------------------------------------------
Version 0.3 'Madison' .... developement version
Version 0.3 'Madison' .... development version
2004-05-12 [gsherman] 0.2.0devel10
** Fixes for OS X endian bug (needs further testing)
2004-05-12 [jobi] 0.2.0devel9
** Added endian checks in configure

View File

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl configure.in,v 1.73 2004/05/12 08:28:04 jobi Exp
dnl configure.in,v 1.74 2004/05/13 03:13:12 gsherman Exp
AC_INIT
@ -24,7 +24,7 @@ dnl ---------------------------------------------------------------------------
MAJOR_VERSION=0
MINOR_VERSION=2
MICRO_VERSION=0
EXTRA_VERSION=9
EXTRA_VERSION=10
if test $EXTRA_VERSION -eq 0; then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
else
@ -247,6 +247,7 @@ AC_CONFIG_FILES([
i18n/Makefile
plugins/north_arrow/Makefile
plugins/copyright_label/Makefile
plugins/http_server/Makefile
])
AC_OUTPUT