diff options
author | Guido van Rossum <guido@python.org> | 1994-01-02 00:15:57 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-01-02 00:15:57 (GMT) |
commit | f30adc8a993209797d39f8ceb18416e6a165da60 (patch) | |
tree | b64177322b0a607d56ad28ea4d6e80f8487b0617 /Include/patchlevel.h | |
parent | 5a18919d002a53904630faf5cdbfcee2c7133158 (diff) | |
download | cpython-f30adc8a993209797d39f8ceb18416e6a165da60.zip cpython-f30adc8a993209797d39f8ceb18416e6a165da60.tar.gz cpython-f30adc8a993209797d39f8ceb18416e6a165da60.tar.bz2 |
all: 1994 copyright
moved config.c and most modules to ../Modules
moved patchlevel.h here from ../Include
changed version to 1.0.0 BETA, date to January 1994
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r-- | Include/patchlevel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h new file mode 100644 index 0000000..935ec35 --- /dev/null +++ b/Include/patchlevel.h @@ -0,0 +1 @@ +#define PATCHLEVEL 0 |