Started a new release stage

This commit is contained in:
Loïc Chapeaux
2001-12-02 18:23:07 +00:00
parent 6f4396593c
commit 1f8e2bc413
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>phpMyAdmin 2.2.2 - Documentation</title> <title>phpMyAdmin 2.2.3-dev - Documentation</title>
<style type="text/css"> <style type="text/css">
<!-- <!--
.navigation { .navigation {
@@ -75,7 +75,7 @@
<body bgcolor="#FFFFFF"> <body bgcolor="#FFFFFF">
<a name="top"></a> <a name="top"></a>
<h1>phpMyAdmin 2.2.2 Documentation</h1> <h1>phpMyAdmin 2.2.3-dev Documentation</h1>
<!-- TOP MENU --> <!-- TOP MENU -->

View File

@@ -17,7 +17,7 @@
*/ */
// phpMyAdmin release // phpMyAdmin release
if (!defined('PMA_VERSION')) { if (!defined('PMA_VERSION')) {
define('PMA_VERSION', '2.2.2'); define('PMA_VERSION', '2.2.3-dev');
} }
// php version // php version