diff options
author | Ricardo Signes <rjbs@cpan.org> | 2013-05-06 21:24:52 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2013-05-07 17:49:52 -0400 |
commit | 4f9ffe5913849a7e1b1b2efa4cce3e0d0ec3a790 (patch) | |
tree | 399b5026b05ded318f7acbb915d1f22ffc441511 /README.win32 | |
parent | 7c1269c390077d174b46acc7890ba23ad4cb5014 (diff) | |
download | perl-4f9ffe5913849a7e1b1b2efa4cce3e0d0ec3a790.tar.gz |
Bump version to 5.18.0-RC0
This was done with:
./perl -Ilib Porting/bump-perl-version -i 5.17.12 5.18.0
Followed by two tiny manual edits: INSTALL and patchlevel.h
Diffstat (limited to 'README.win32')
-rw-r--r-- | README.win32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.win32 b/README.win32 index 51bb58061c..379ab7394d 100644 --- a/README.win32 +++ b/README.win32 @@ -367,7 +367,7 @@ Be sure to read the instructions near the top of the makefiles carefully. Type "dmake" (or "nmake" if you are using that make). This should build everything. Specifically, it will create perl.exe, -perl517.dll at the perl toplevel, and various other extension dll's +perl518.dll at the perl toplevel, and various other extension dll's under the lib\auto directory. If the build fails for any reason, make sure you have done the previous steps correctly. |