Release 0.48
diff --git a/ChangeLog b/ChangeLog
index 22f257d..f235d9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+ver 0.48:
+	Fix issue with memory leaking from ICMPv6 RA.
+
 ver 0.47:
 	Fix issue with memory leaking from DHCP leases.
 	Fix issue with NULL terminating of Base64 encoding.
diff --git a/configure.ac b/configure.ac
index 4ec8256..252c2cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(ell, 0.47)
+AC_INIT(ell, 0.48)
 
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_AUX_DIR(build-aux)