<?php
/**
* The WordPress version string
*
* @global string $wp_version
*/
$wp_version = ‘4.9.10’;
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
*
* @global int $wp_db_version
*/
$wp_db_version = 38590;