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
e48bad7a
Commit
e48bad7a
authored
Nov 29, 2004
by
Anthony Baxter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
preparing for 2.4 final (wooooooo!)
parent
99b7d644
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
Include/patchlevel.h
Include/patchlevel.h
+3
-3
Lib/idlelib/idlever.py
Lib/idlelib/idlever.py
+1
-1
Misc/RPM/python-2.4.spec
Misc/RPM/python-2.4.spec
+1
-1
No files found.
Include/patchlevel.h
View file @
e48bad7a
...
...
@@ -22,11 +22,11 @@
#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 4
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
GAMMA
#define PY_RELEASE_SERIAL
1
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
FINAL
#define PY_RELEASE_SERIAL
0
/* Version as a string */
#define PY_VERSION "2.4
c1
"
#define PY_VERSION "2.4"
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
...
...
Lib/idlelib/idlever.py
View file @
e48bad7a
IDLE_VERSION
=
"1.1
c2
"
IDLE_VERSION
=
"1.1"
Misc/RPM/python-2.4.spec
View file @
e48bad7a
...
...
@@ -33,7 +33,7 @@
#################################
%define name python
%define version 2.4
c1
%define version 2.4
%define libvers 2.4
%define release 1pydotorg
%define __prefix /usr
...
...
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