diff options
author | Guido van Rossum <guido@python.org> | 1997-01-22 03:45:38 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-01-22 03:45:38 (GMT) |
commit | f631d13ac719c95ac7f52654d251b351de93f83c (patch) | |
tree | 066d0db9793b66e0ba2e3c2425961428ec8a31e4 /Modules/Makefile.pre.in | |
parent | 728a09e0f6785cf0e3cab6f55ddcd20ad7a6cca6 (diff) | |
download | cpython-f631d13ac719c95ac7f52654d251b351de93f83c.zip cpython-f631d13ac719c95ac7f52654d251b351de93f83c.tar.gz cpython-f631d13ac719c95ac7f52654d251b351de93f83c.tar.bz2 |
Bump install version to 1.5.
Diffstat (limited to 'Modules/Makefile.pre.in')
-rw-r--r-- | Modules/Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in index de2b107..2d81409 100644 --- a/Modules/Makefile.pre.in +++ b/Modules/Makefile.pre.in @@ -7,7 +7,7 @@ # creates config.c from config.c.in in the source directory.) # Interpreter version number, for library destination pathnames -VERSION= 1.4 +VERSION= 1.5 # === Variables set by makesetup === |