[Phpmyadmin-git] [SCM] phpMyAdmin branch, MAINT_3_4_4, updated. RELEASE_3_4_3_1-55-g09b30b8

Marc Delisle lem9 at users.sourceforge.net
Mon Jul 25 16:15:37 CEST 2011


The branch, MAINT_3_4_4 has been updated
       via  09b30b8b6e462aafc24cc32a78491cd9513305c6 (commit)
      from  08ee54d4a43b1bd6eff1e6695ff8553e6f26b37a (commit)


- Log -----------------------------------------------------------------
commit 09b30b8b6e462aafc24cc32a78491cd9513305c6
Author: Marc Delisle <marc at infomarc.info>
Date:   Mon Jul 25 10:15:14 2011 -0400

    3.4.4-rc1

-----------------------------------------------------------------------

Summary of changes:
 Documentation.html         |    4 ++--
 README                     |    2 +-
 libraries/Config.class.php |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation.html b/Documentation.html
index 23efaa9..057c6c9 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -9,7 +9,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78
     <link rel="icon" href="./favicon.ico" type="image/x-icon" />
     <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>phpMyAdmin 3.4.4-dev - Documentation</title>
+    <title>phpMyAdmin 3.4.4-rc1 - Documentation</title>
     <link rel="stylesheet" type="text/css" href="docs.css" />
 </head>
 
@@ -17,7 +17,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78
 <div id="header">
     <h1>
         <a href="http://www.phpmyadmin.net/">php<span class="myadmin">MyAdmin</span></a>
-        3.4.4-dev
+        3.4.4-rc1
         Documentation
     </h1>
 </div>
diff --git a/README b/README
index 0695551..6e7197d 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 phpMyAdmin - Readme
 ===================
 
-Version 3.4.4-dev
+Version 3.4.4-rc1
 
 A set of PHP-scripts to manage MySQL over the web.
 
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index f9e10f0..a55bd02 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.4-dev');
+        $this->set('PMA_VERSION', '3.4.4-rc1');
         /**
          * @deprecated
          */


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list