From f631d13ac719c95ac7f52654d251b351de93f83c Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 22 Jan 1997 03:45:38 +0000 Subject: [PATCH] Bump install version to 1.5. --- Makefile.in | 2 +- Modules/Makefile.pre.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 7aae79dc995..e4810f02d8c 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 de2b107b570..2d81409dda2 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 ===