diff options
-rw-r--r-- | perl-install/Makefile.config | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index 59c6c0ebb..6925c5b2e 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=15.50 +VERSION:=15.51 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index ca7135c1b..6b34a2c1c 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +Version 15.51 - 13 May 2013 + - any.pm: dont add arch() to release-notes file name (#10087) - finish-install: enable Nonfree/Tainted repositories if a package having a matching name is installed (#8379) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 17750081d..002715a2f 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 15.51 - 13 May 2013 + - any.pm: dont add arch() to release-notes file name (#10087) - enable Nonfree/Tainted repositories if a package having a matching name is installed (similar to #8379) |