Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6db412b

Browse files
committed
Bump the version number in more places
1 parent 879a186 commit 6db412b

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is Python version 2.1
1+
This is Python version 2.2
22
==========================
33

44
Copyright (c) 2001 Python Software Foundation.

config.h.in

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,9 @@
269269
/* The number of bytes in a void *. */
270270
#undef SIZEOF_VOID_P
271271

272+
/* Define if you have the _getpty function. */
273+
#undef HAVE__GETPTY
274+
272275
/* Define if you have the alarm function. */
273276
#undef HAVE_ALARM
274277

@@ -356,9 +359,6 @@
356359
/* Define if you have the getpid function. */
357360
#undef HAVE_GETPID
358361

359-
/* Define if you have the _getpty function. */
360-
#undef HAVE__GETPTY
361-
362362
/* Define if you have the getpwent function. */
363363
#undef HAVE_GETPWENT
364364

@@ -518,14 +518,14 @@
518518
/* Define if you have the waitpid function. */
519519
#undef HAVE_WAITPID
520520

521-
/* Define if you have the <db_185.h> header file. */
522-
#undef HAVE_DB_185_H
521+
/* Define if you have the <db.h> header file. */
522+
#undef HAVE_DB_H
523523

524524
/* Define if you have the <db1/ndbm.h> header file. */
525525
#undef HAVE_DB1_NDBM_H
526526

527-
/* Define if you have the <db.h> header file. */
528-
#undef HAVE_DB_H
527+
/* Define if you have the <db_185.h> header file. */
528+
#undef HAVE_DB_185_H
529529

530530
/* Define if you have the <dirent.h> header file. */
531531
#undef HAVE_DIRENT_H

configure

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

3-
# From configure.in Revision: 1.215
3+
# From configure.in Revision: 1.216
44

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

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

572-
VERSION=2.1
572+
VERSION=2.2
573573

574574
# Arguments passed to configure.
575575

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.1
9+
VERSION=2.2
1010

1111
# Arguments passed to configure.
1212
AC_SUBST(CONFIG_ARGS)

0 commit comments

Comments
 (0)