summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/B/B/Asmdata.pm2
-rw-r--r--perlapi.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/B/B/Asmdata.pm b/ext/B/B/Asmdata.pm
index f6e58cc067..9e41d6dd75 100644
--- a/ext/B/B/Asmdata.pm
+++ b/ext/B/B/Asmdata.pm
@@ -11,7 +11,7 @@
#
package B::Asmdata;
-our $VERSION = '1.01_01';
+our $VERSION = '1.01';
use Exporter;
@ISA = qw(Exporter);
diff --git a/perlapi.c b/perlapi.c
index e3b70d9e27..4a8be39b8d 100644
--- a/perlapi.c
+++ b/perlapi.c
@@ -3,7 +3,7 @@
* perlapi.c
*
* Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, by Larry Wall and others
+ * 2000, 2001, 2002, 2003, 2004, 2005, 2006, by Larry Wall and others
*
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.