summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-01-22 03:45:38 +0000
committerGuido van Rossum <guido@python.org>1997-01-22 03:45:38 +0000
commitf631d13ac719c95ac7f52654d251b351de93f83c (patch)
tree066d0db9793b66e0ba2e3c2425961428ec8a31e4
parent728a09e0f6785cf0e3cab6f55ddcd20ad7a6cca6 (diff)
downloadcpython-git-f631d13ac719c95ac7f52654d251b351de93f83c.tar.gz
Bump install version to 1.5.
-rw-r--r--Makefile.in2
-rw-r--r--Modules/Makefile.pre.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 7aae79dc99..e4810f02d8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -77,7 +77,7 @@
# See also the section "Build instructions" in the README file.
# Interpreter version number, for library destination pathnames
-VERSION= 1.4
+VERSION= 1.5
# Substitutions by configure
srcdir= @srcdir@
diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in
index de2b107b57..2d81409dda 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 ===