Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
6db412be
Kaydet (Commit)
6db412be
authored
Nis 18, 2001
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bump the version number in more places
üst
879a1863
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
Dosyayı görüntüle @
6db412be
This is Python version 2.
1
This is Python version 2.
2
==========================
Copyright (c) 2001 Python Software Foundation.
...
...
config.h.in
Dosyayı görüntüle @
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
Dosyayı görüntüle @
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
Dosyayı görüntüle @
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