summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 7aae79d..e4810f0 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 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 ===