ICU-1923 upgrade to Unicode 3.2

X-SVN-Rev: 8762
This commit is contained in:
George Rhoten 2002-05-31 23:16:07 +00:00
parent db9640733b
commit f1b42cdf55
2 changed files with 3 additions and 3 deletions

View file

@ -581,7 +581,7 @@ LIB_VERSION_MAJOR=`echo $LIB_VERSION | sed 's/\..*//'`
echo "$ac_t""release $VERSION, library $LIB_VERSION" 1>&6
UNICODE_VERSION="3.1.1"
UNICODE_VERSION="3.2"

View file

@ -4,7 +4,7 @@ dnl Copyright (c) 1999-2000, International Business Machines Corporation and
dnl others. All Rights Reserved.
dnl Stephen F. Booth, heavily modified by Yves and others
dnl $Id: configure.in,v 1.169 2002/05/29 22:07:29 srl Exp $
dnl $Id: configure.in,v 1.170 2002/05/31 23:16:07 grhoten-oss Exp $
dnl Process this file with autoconf to produce a configure script
AC_INIT(common/unicode/utypes.h)
@ -36,7 +36,7 @@ AC_SUBST(LIB_VERSION)
AC_SUBST(LIB_VERSION_MAJOR)
AC_MSG_RESULT([release $VERSION, library $LIB_VERSION])
UNICODE_VERSION="3.1.1"
UNICODE_VERSION="3.2"
AC_SUBST(UNICODE_VERSION)
AC_SUBST(CPPFLAGS)