From 08071c869a0620ea36be602b2ec2d8737ae1ddad Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Thu, 11 Dec 2003 22:12:44 +0000 Subject: [PATCH] --> 2.5.6-dev --- Documentation.html | 6 +++--- libraries/defines.lib.php | 2 +- translators.html | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Documentation.html b/Documentation.html index 9a8f88c80..f06f7f52b 100755 --- a/Documentation.html +++ b/Documentation.html @@ -8,7 +8,7 @@ - phpMyAdmin 2.5.5-rc2 - Documentation + phpMyAdmin 2.5.6-dev - Documentation @@ -31,7 +31,7 @@
-

phpMyAdmin 2.5.5-rc2 Documentation

+

phpMyAdmin 2.5.6-dev Documentation

@@ -3460,7 +3460,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge document should look like following one (assuming you have table exported in file table.tex):

- +
 \documentclass{article} % or any class you want
 \usepackage{longtable}  % for displaying table
diff --git a/libraries/defines.lib.php b/libraries/defines.lib.php
index f2b404ddd..68c7e723a 100644
--- a/libraries/defines.lib.php
+++ b/libraries/defines.lib.php
@@ -19,7 +19,7 @@
  */
 // phpMyAdmin release
 if (!defined('PMA_VERSION')) {
-    define('PMA_VERSION', '2.5.5-rc2');
+    define('PMA_VERSION', '2.5.6-dev');
 }
 
 // php version
diff --git a/translators.html b/translators.html
index d8bb9614f..461a18dcd 100644
--- a/translators.html
+++ b/translators.html
@@ -5,7 +5,7 @@
 
 
     
-    phpMyAdmin 2.5.5-rc1 - Official translators
+    phpMyAdmin 2.5.6-dev - Official translators