Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--README2
-rw-r--r--doc/conf.py2
-rw-r--r--libraries/Config.class.php2
4 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index de468abe1b..604f25d843 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
phpMyAdmin - ChangeLog
======================
-4.4.4.0 (not yet released)
+4.4.5.0 (not yet released)
+
+4.4.4.0 (2015-04-26)
- bug #4863 Edit vs Change
- bug #4859 Don't scroll (to bottom) when editing multiple rows
- bug #4862 Misaligned Inline edit field
diff --git a/README b/README
index d37ff3f31d..485b99c0d4 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.4.4-dev
+Version 4.4.5-dev
A set of PHP-scripts to manage MySQL over the web.
diff --git a/doc/conf.py b/doc/conf.py
index a2da67cb7e..013ddf0741 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -51,7 +51,7 @@ copyright = u'2012 - 2014, The phpMyAdmin devel team'
# built documents.
#
# The short X.Y version.
-version = '4.4.4-dev'
+version = '4.4.5-dev'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index c5017cb00e..498907b580 100644
--- a/libraries/Config.class.php
+++ b/libraries/Config.class.php
@@ -114,7 +114,7 @@ class PMA_Config
*/
function checkSystem()
{
- $this->set('PMA_VERSION', '4.4.4-dev');
+ $this->set('PMA_VERSION', '4.4.5-dev');
/**
* @deprecated
*/