diff options
author | Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> | 1988-01-23 15:23:55 +0000 |
---|---|---|
committer | Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> | 1988-01-23 15:23:55 +0000 |
commit | c51b80d12add5c11444f7eebea3d6e95eea37237 (patch) | |
tree | 2d6946acfa310914bcf2989cfc13df3f23c28f9a /patchlevel.h | |
parent | 135863df38bea8d721a115b5d13e08b816104784 (diff) | |
download | perl-c51b80d12add5c11444f7eebea3d6e95eea37237.tar.gz |
perl 1.0 patch 3: Patch 2 was incomplete
I left one file out of patch 2. This is perhaps forgivable since
it is a file that is produced automatically by metaconfig along
with Configure.
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h index e3d7670bc6..558d48cd9b 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -1 +1 @@ -#define PATCHLEVEL 2 +#define PATCHLEVEL 3 |