Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
6db412be
Commit
6db412be
authored
Apr 18, 2001
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump the version number in more places
parent
879a1863
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
+11
-11
README
README
+1
-1
config.h.in
config.h.in
+7
-7
configure
configure
+2
-2
configure.in
configure.in
+1
-1
No files found.
README
View file @
6db412be
This is Python version 2.
1
This is Python version 2.
2
==========================
Copyright (c) 2001 Python Software Foundation.
...
...
config.h.in
View file @
6db412be
...
...
@@ -269,6 +269,9 @@
/* The number of bytes in a void *. */
#undef SIZEOF_VOID_P
/* Define if you have the _getpty function. */
#undef HAVE__GETPTY
/* Define if you have the alarm function. */
#undef HAVE_ALARM
...
...
@@ -356,9 +359,6 @@
/* Define if you have the getpid function. */
#undef HAVE_GETPID
/* Define if you have the _getpty function. */
#undef HAVE__GETPTY
/* Define if you have the getpwent function. */
#undef HAVE_GETPWENT
...
...
@@ -518,14 +518,14 @@
/* Define if you have the waitpid function. */
#undef HAVE_WAITPID
/* Define if you have the <db
_185
.h> header file. */
#undef HAVE_DB_
185_
H
/* Define if you have the <db.h> header file. */
#undef HAVE_DB_H
/* Define if you have the <db1/ndbm.h> header file. */
#undef HAVE_DB1_NDBM_H
/* Define if you have the <db.h> header file. */
#undef HAVE_DB_H
/* Define if you have the <db
_185
.h> header file. */
#undef HAVE_DB_
185_
H
/* Define if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H
...
...
configure
View file @
6db412be
#! /bin/sh
# From configure.in Revision: 1.21
5
# From configure.in Revision: 1.21
6
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
...
...
@@ -569,7 +569,7 @@ fi
# Set VERSION so we only need to edit in one place (i.e., here)
VERSION
=
2.
1
VERSION
=
2.
2
# Arguments passed to configure.
...
...
configure.in
View file @
6db412be
...
...
@@ -6,7 +6,7 @@ AC_CONFIG_HEADER(config.h)
# Set VERSION so we only need to edit in one place (i.e., here)
AC_SUBST(VERSION)
VERSION=2.
1
VERSION=2.
2
# Arguments passed to configure.
AC_SUBST(CONFIG_ARGS)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment