Sign in
webkit
/
WebKit
/
Safari-3-2-branch
/
.
/
WebKitSite
/
blog
/
wp-includes
/
version.php
blob: 6459c194fd51b9a805e1170837f01e00e6b26ba5 [
file
] [
log
] [
blame
]
<?
php
// This holds the version number in a separate file so we can bump it without cluttering the SVN
$wp_version
=
'2.3.3'
;
$wp_db_version
=
6124
;
?>