Ticket #26751: 26751.5.patch
| File 26751.5.patch, 483 bytes (added by , 12 years ago) |
|---|
-
Gruntfile.js
85 85 // If the version includes an SVN commit (-12345), it's not a released alpha/beta. Append a date. 86 86 version = version.replace( /-[\d]{5}$/, '-' + grunt.template.today( 'yyyymmdd' ) ); 87 87 88 /* jshint quotmark: true */ 88 89 return "$wp_version = '" + version + "';"; 89 90 }); 90 91 }