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

Skip to content

Commit afc0d8e

Browse files
committed
Update to the same version info used by the interpreter.
1 parent 9bd4462 commit afc0d8e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ TOOLSDIR= tools
6666

6767
# This is the *documentation* release, and is used to construct the file
6868
# names of the downloadable tarballs.
69-
RELEASE=2.3
69+
RELEASE=2.4a0
7070

7171
PYTHON= python
7272
DVIPS= dvips -N0 -t $(PAPER)

Doc/texinputs/boilerplate.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
}
77

88
\date{\today} % XXX update before final release!
9-
\release{2.3+} % software release, not documentation
10-
\setreleaseinfo{} % empty for final release
11-
\setshortversion{2.3} % major.minor only for software
9+
\release{2.4} % software release, not documentation
10+
\setreleaseinfo{a0} % empty for final release
11+
\setshortversion{2.4} % major.minor only for software

0 commit comments

Comments
 (0)