From: Guido van Rossum Date: Tue, 17 Jan 1995 16:53:38 +0000 (+0000) Subject: last bits X-Git-Tag: v1.2b2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=58e4a1e0cbf6d84fd9cf512a51d0fd1d792fa663;p=thirdparty%2FPython%2Fcpython.git last bits --- diff --git a/ChangeLog b/ChangeLog index 50bb0557a9da..376f2f0e2d09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ Tue Jan 17 11:24:23 1995 Guido van Rossum + * Include/patchlevel.h: set version to 1.2-beta-2 + + * Python/Makefile.in: added getopt to list of objects + * Makefile.pre.in: be more careful about building Modules/Makefile.pre diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 0a03fa226f50..c66dc7d9d3bb 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -1 +1 @@ -#define PATCHLEVEL "1.2--" +#define PATCHLEVEL "1.2-beta-2"