diff --git a/setup/sql/mysql_upgrade_beta.inc.php b/setup/sql/mysql_upgrade_beta.inc.php
index 4e119776a9..b7026629ea 100644
--- a/setup/sql/mysql_upgrade_beta.inc.php
+++ b/setup/sql/mysql_upgrade_beta.inc.php
@@ -301,8 +301,19 @@
echo " \n";
}
}
+
+ function v0_9_3to0_9_4()
+ {
+ $currentver = "0.9.4pre1";
+ update_version_table();
+
+ echo "
\n";
+ echo " Upgrade from 0.9.2 to $currentver is completed. | \n";
+ echo "
\n";
+ }
v0_9_1to0_9_2();
v0_9_2to0_9_3();
+ v0_9_3to0_9_4();
?>
\ No newline at end of file
diff --git a/setup/sql/pgsql_upgrade_beta.inc.php b/setup/sql/pgsql_upgrade_beta.inc.php
index 6621a5a058..9bd9538944 100644
--- a/setup/sql/pgsql_upgrade_beta.inc.php
+++ b/setup/sql/pgsql_upgrade_beta.inc.php
@@ -304,7 +304,18 @@
}
}
+ function v0_9_3to0_9_4()
+ {
+ $currentver = "0.9.4pre1";
+ update_version_table();
+
+ echo " \n";
+ echo " Upgrade from 0.9.2 to $currentver is completed. | \n";
+ echo "
\n";
+ }
+
v0_9_1to0_9_2();
v0_9_2to0_9_3();
-
+ v0_9_3to0_9_4();
+
?>
\ No newline at end of file
diff --git a/version.inc.php b/version.inc.php
index 0234f32cc6..7189033d1f 100644
--- a/version.inc.php
+++ b/version.inc.php
@@ -1 +1 @@
-
+