diff options
author | Guido van Rossum <guido@python.org> | 1994-12-30 15:33:50 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-12-30 15:33:50 (GMT) |
commit | 66cb311fba7e824f11964090bce8b6b91f00d2e4 (patch) | |
tree | ec10c17a1a9e8b7526e8cd8f73578e269cc50740 /Include/patchlevel.h | |
parent | 31b7727bad6ba50feaf597a823c41c1a923e7855 (diff) | |
download | cpython-66cb311fba7e824f11964090bce8b6b91f00d2e4.zip cpython-66cb311fba7e824f11964090bce8b6b91f00d2e4.tar.gz cpython-66cb311fba7e824f11964090bce8b6b91f00d2e4.tar.bz2 |
Lots of small things, see ChangeLog
Diffstat (limited to 'Include/patchlevel.h')
-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 4e41cd3..0a03fa2 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -1 +1 @@ -#define PATCHLEVEL "1.1.1" +#define PATCHLEVEL "1.2--" |