File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- # From configure.in Revision: 1.191
3
+ # From configure.in Revision: 1.192
4
4
5
5
# Guess values for system-dependent variables and create Makefiles.
6
6
# Generated automatically using autoconf version 2.13
571
571
572
572
# Set VERSION so we only need to edit in one place (i.e., here)
573
573
574
- VERSION=2.0
574
+ VERSION=2.1
575
575
576
576
# NEXTSTEP|MacOSX|Darwin stuff
577
577
if test -f /usr/lib/NextStep/software_version -o -f /System/Library/CoreServices/software_version ; then
@@ -5277,7 +5277,7 @@ else
5277
5277
int main() {
5278
5278
5279
5279
/* Ultrix mips cc rejects this. */
5280
- typedef int charset[2]; const charset x;
5280
+ typedef int charset[2]; const charset x = {0,0} ;
5281
5281
/* SunOS 4.1.1 cc rejects this. */
5282
5282
char const *const *ccp;
5283
5283
char **p;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ AC_CONFIG_HEADER(config.h)
6
6
7
7
# Set VERSION so we only need to edit in one place (i.e., here)
8
8
AC_SUBST(VERSION)
9
- VERSION=2.0
9
+ VERSION=2.1
10
10
11
11
# NEXTSTEP|MacOSX|Darwin stuff
12
12
if test -f /usr/lib/NextStep/software_version -o -f /System/Library/CoreServices/software_version ; then
You can’t perform that action at this time.
0 commit comments