summaryrefslogtreecommitdiffstats
path: root/Modules/config.c.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1993-07-29 13:14:32 (GMT)
committerGuido van Rossum <guido@python.org>1993-07-29 13:14:32 (GMT)
commite906606f5d4aff04c86f69aaeaadbca85d8ccb2d (patch)
tree7d6889d344aada586126a2390a3066ccc443005f /Modules/config.c.in
parent8e2ec56cbc74578a1e700dc237368e26bde07427 (diff)
downloadcpython-e906606f5d4aff04c86f69aaeaadbca85d8ccb2d.zip
cpython-e906606f5d4aff04c86f69aaeaadbca85d8ccb2d.tar.gz
cpython-e906606f5d4aff04c86f69aaeaadbca85d8ccb2d.tar.bz2
Final touch before release.
Diffstat (limited to 'Modules/config.c.in')
-rw-r--r--Modules/config.c.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/config.c.in b/Modules/config.c.in
index faf36a8..484381e 100644
--- a/Modules/config.c.in
+++ b/Modules/config.c.in
@@ -62,17 +62,17 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "patchlevel.h"
-#define VERSION "0.9.%d BETA (%s)"
+#define VERSION "0.9.%d (%s)"
#ifdef __DATE__
#define DATE __DATE__
#else
-#define DATE ">= 27 Mar 1993"
+#define DATE ">= 29 Jul 1993"
#endif
#ifdef USE_STDWIN
#ifdef macintosh
-#include ":::src:stdwin:H:stdwin.h"
+#include ":::stdwin:H:stdwin.h"
#else /* !macintosh */
#include "stdwin.h"
#endif /* !macintosh */