Skip to content

Commit 7d64577

Browse files
committed
Bump up version number.
1 parent e7e2ece commit 7d64577

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

configure

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22

3-
# From configure.in Revision: 1.191
3+
# From configure.in Revision: 1.192
44

55
# Guess values for system-dependent variables and create Makefiles.
66
# Generated automatically using autoconf version 2.13
@@ -571,7 +571,7 @@ fi
571571

572572
# Set VERSION so we only need to edit in one place (i.e., here)
573573

574-
VERSION=2.0
574+
VERSION=2.1
575575

576576
# NEXTSTEP|MacOSX|Darwin stuff
577577
if test -f /usr/lib/NextStep/software_version -o -f /System/Library/CoreServices/software_version ; then
@@ -5277,7 +5277,7 @@ else
52775277
int main() {
52785278
52795279
/* Ultrix mips cc rejects this. */
5280-
typedef int charset[2]; const charset x;
5280+
typedef int charset[2]; const charset x = {0,0};
52815281
/* SunOS 4.1.1 cc rejects this. */
52825282
char const *const *ccp;
52835283
char **p;

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ AC_CONFIG_HEADER(config.h)
66

77
# Set VERSION so we only need to edit in one place (i.e., here)
88
AC_SUBST(VERSION)
9-
VERSION=2.0
9+
VERSION=2.1
1010

1111
# NEXTSTEP|MacOSX|Darwin stuff
1212
if test -f /usr/lib/NextStep/software_version -o -f /System/Library/CoreServices/software_version ; then

0 commit comments

Comments
 (0)