For security reasons you should hide or change the wordpress version easily visible to hackers. If you want to change the version string in the bottom-right of the WP admin pages, here is a one step tutorial for you.
Procedure:
Note: Do take backup of the file you try this.
01. Place the below in your functions.php file:
function change_footer_version() {
return 'Version 1.0.0';
}
add_filter( 'update_footer', 'change_footer_version', 9999 );
This concludes this simple and useful tutorial. Hope you like it.

Pingback: designfloat.com
Pingback: Tweets that mention How To Change Wordpress Version in WP-Admin Footer | TutZone -- Topsy.com
Pingback: How To Change WordPress Version in WP-Admin Footer | Design Newz
Pingback: How To Change WordPress Version in WP-Admin Footer | The best Tutorials
Pingback: How To Change WordPress Version in WP-Admin Footer | WebDevKungfu
Pingback: 200+ Awesome Fresh Web Design Articles to Knock Your Socks Off! - tripwire magazine
Pingback: 100 Must Read Articles For Web Designers And Developers In 2011 | stylishwebdesigner