1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[prep-release-3.0.9] Bumping version number for 3.0.9-RC3.

This commit is contained in:
Andreas Fischer
2011-06-26 20:47:33 +02:00
parent 1ae42ae6ba
commit fe0932fdf0
4 changed files with 11 additions and 5 deletions

View File

@@ -972,6 +972,8 @@ function database_update_info()
),
// No changes from 3.0.9-RC1 to 3.0.9-RC2
'3.0.9-RC1' => array(),
// No changes from 3.0.9-RC2 to 3.0.9-RC3
'3.0.9-RC2' => array(),
);
}
@@ -1967,6 +1969,10 @@ function change_database_data(&$no_updates, $version)
// No changes from 3.0.9-RC1 to 3.0.9-RC2
case '3.0.9-RC1':
break;
// No changes from 3.0.9-RC2 to 3.0.9-RC3
case '3.0.9-RC2':
break;
}
}