diff --git a/ChangeLog b/ChangeLog
index 7c40e9db9..e7c3bf9ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
phpMyAdmin - ChangeLog
======================
-3.4.8.0 (not yet released)
+3.4.8.0 (2011-12-01)
- bug #3425230 [interface] enum data split at space char (more space to edit)
- bug #3426840 [interface] ENUM/SET editor can't handle commas in values
- bug #3427256 [interface] no links to browse/empty views and tables
diff --git a/Documentation.html b/Documentation.html
index 3d9f3c3f8..87a65d2d2 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -9,7 +9,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78
-
phpMyAdmin 3.4.8-rc1 - Documentation
+ phpMyAdmin 3.4.8 - Documentation
@@ -17,7 +17,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78
diff --git a/README b/README
index 65349d81f..12e5e4ee1 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 3.4.8-rc1
+Version 3.4.8
A set of PHP-scripts to manage MySQL over the web.
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index bd025272a..cbcb3e4c9 100644
--- a/libraries/Config.class.php
+++ b/libraries/Config.class.php
@@ -96,7 +96,7 @@ class PMA_Config
*/
function checkSystem()
{
- $this->set('PMA_VERSION', '3.4.8-rc1');
+ $this->set('PMA_VERSION', '3.4.8');
/**
* @deprecated
*/