diff --git a/Changes b/Changes
index c9da454..d5cc0b3 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension NetAddr::IP
 
+4.046  Thu Oct  6 20:20:33 PDT 2011
+	corrected missing reference to inet_4map6 in Util v1.38
+
 4.045 Thu Oct  6 18:23:04 PDT 2011
 	updated NetAddr::IP::Util 1.37
         addid isAnyIPv4, isNewIPv4, inet_4map6
diff --git a/IP.pm b/IP.pm
index 42a65a8..f09a1ed 100644
--- a/IP.pm
+++ b/IP.pm
@@ -4,8 +4,8 @@
 
 use strict;
 #use diagnostics;
-use NetAddr::IP::Lite 1.28 qw(Zero Zeros Ones V4mask V4net);
-use NetAddr::IP::Util 1.37 qw(
+use NetAddr::IP::Lite 1.29 qw(Zero Zeros Ones V4mask V4net);
+use NetAddr::IP::Util 1.38 qw(
 	sub128
 	inet_aton
 	inet_any2n
@@ -34,7 +34,7 @@
 
 @ISA = qw(Exporter NetAddr::IP::Lite);
 
-$VERSION = do { sprintf " %d.%03d", (q$Revision: 4.45 $ =~ /\d+/g) };
+$VERSION = do { sprintf " %d.%03d", (q$Revision: 4.46 $ =~ /\d+/g) };
 
 =pod
 
diff --git a/Lite/Changes b/Lite/Changes
index 1b37321..27e5e0c 100644
--- a/Lite/Changes
+++ b/Lite/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension NetAddr::IP::Lite
 
+1.29  Thu Oct  6 20:20:33 PDT 2011
+	updated to UTIL 1.38
+
 1.28  Wed Apr  6 11:31:19 PDT 2011
 	Update documentation on the use of "adding constants
 	to an IP address".
diff --git a/Lite/Lite.pm b/Lite/Lite.pm
index d2f5fc7..95abce1 100644
--- a/Lite/Lite.pm
+++ b/Lite/Lite.pm
@@ -29,7 +29,7 @@
 
 use vars qw(@ISA @EXPORT_OK $VERSION $Accept_Binary_IP $Old_nth $AUTOLOAD *Zero);
 
-$VERSION = do { my @r = (q$Revision: 1.28 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
+$VERSION = do { my @r = (q$Revision: 1.29 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
 
 require Exporter;
 
diff --git a/Lite/Util/Changes b/Lite/Util/Changes
index ddba191..a700503 100644
--- a/Lite/Util/Changes
+++ b/Lite/Util/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension NetAddr::IP::Util
 
+1.38  Thu Oct  6 20:20:33 PDT 2011
+	corrected missing internal reference to inet_4map6
+
 1.37  Thu Oct  6 18:23:04 PDT 2011
 	addid isAnyIPv4, isNewIPv4, inet_4map6
 	revised naip_gethostbyname
diff --git a/Lite/Util/Util.pm b/Lite/Util/Util.pm
index 352915e..301c8c4 100644
--- a/Lite/Util/Util.pm
+++ b/Lite/Util/Util.pm
@@ -13,7 +13,7 @@
 
 @ISA = qw(Exporter DynaLoader);
 
-$VERSION = do { my @r = (q$Revision: 1.37 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
+$VERSION = do { my @r = (q$Revision: 1.38 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
 
 @EXPORT_OK = qw(
 	inet_aton
@@ -182,7 +182,7 @@
 
 use strict;
 use Socket;
-use NetAddr::IP::Util qw(ipv6_n2x ipv4to6);
+use NetAddr::IP::Util qw(ipv6_n2x ipv4to6 inet_4map6);
 
 sub DESTROY {};
 
diff --git a/META.yml b/META.yml
index 759906e..249f4b8 100644
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                NetAddr-IP
-version:             4.045
+version:             4.046
 abstract:            Manages IPv4 and IPv6 addresses and subnets
 license:             ~
 author: