diff options
author | Guido van Rossum <guido@python.org> | 1997-12-30 04:29:49 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-30 04:29:49 (GMT) |
commit | d8a0be775f81f6c441203443f999358110aecc97 (patch) | |
tree | d52efe20f3547c77a66888da99f11ae984a2cb8e | |
parent | 5b943ca1a99cede201e73b1b9b92ec7e96a08aea (diff) | |
download | cpython-d8a0be775f81f6c441203443f999358110aecc97.zip cpython-d8a0be775f81f6c441203443f999358110aecc97.tar.gz cpython-d8a0be775f81f6c441203443f999358110aecc97.tar.bz2 |
Set the patch level to 1.5.
-rw-r--r-- | Include/patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index a9fe70a..ce4ea1b 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -1 +1 @@ -#define PATCHLEVEL "1.5b2" +#define PATCHLEVEL "1.5" |