From: Guido van Rossum Date: Thu, 30 Mar 2000 22:59:09 +0000 (+0000) Subject: Seems there was a version string here that still looked like 1.5.2. X-Git-Tag: v1.6a1~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5cf648b654824f561e19969a6ebeba0cec9212ef;p=python Seems there was a version string here that still looked like 1.5.2. --- diff --git a/PC/python_nt.rc b/PC/python_nt.rc index 66b0d52812..856173f01b 100644 --- a/PC/python_nt.rc +++ b/PC/python_nt.rc @@ -28,8 +28,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,5,2,3 - PRODUCTVERSION 1,5,2,3 + FILEVERSION 1,6,0,0 + PRODUCTVERSION 1,6,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L