Index: wp-content/themes/pub/wporg-themes/style.css
===================================================================
--- wp-content/themes/pub/wporg-themes/style.css	(revision 2649)
+++ wp-content/themes/pub/wporg-themes/style.css	(working copy)
@@ -444,6 +444,7 @@
 }
 
 .theme-wrap .theme-meta-info .updated,
+.theme-wrap .theme-meta-info .theme_version,
 .theme-wrap .theme-meta-info .active_installs {
 	margin: 0 0 0.5em;
 }
Index: wp-content/themes/pub/wporg-themes/view-templates/theme-single.php
===================================================================
--- wp-content/themes/pub/wporg-themes/view-templates/theme-single.php	(revision 2649)
+++ wp-content/themes/pub/wporg-themes/view-templates/theme-single.php	(working copy)
@@ -38,6 +38,7 @@
 
 				<div class="theme-meta-info">
 					<p class="updated"><?php printf( __( 'Last updated: %s', 'wporg-themes' ), '<strong>{{ data.last_updated }}</strong>' ); ?></p>
+					<p class="theme_version"><?php printf( __( 'Current Version: %s', 'wporg-themes' ), '<strong>{{ data.version }}</strong>' ); ?></p>
 					<p class="active_installs"><?php printf( __( 'Active Installs: %s', 'wporg-themes' ), '<strong>{{ data.active_installs }}</strong>' ); ?></p>
 					<# if ( data.theme_url ) { #>
 					<a href="{{ data.theme_url }}"><?php _e( 'Theme Homepage', 'wporg-themes' ); ?></a>
Index: wp-content/themes
===================================================================
--- wp-content/themes	(revision 2649)
+++ wp-content/themes	(working copy)

Property changes on: wp-content/themes
___________________________________________________________________
Added: svn:externals
## -0,0 +1 ##
+rosetta https://meta.svn.wordpress.org/sites/trunk/global.wordpress.org/public_html/wp-content/themes/rosetta/
