mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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:
parent
e763ce3099
commit
a0a858b764
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user