Ticket #251 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

add GeoExt.version

Reported by: bartvde Assigned to:
Priority: major Milestone: 0.7
Component: GeoExt Version: 0.7 RC1
Keywords: Cc:
State: Pullup

Description

similar to Ext.version so people can easily check the version they use.

Attachments

ticket251.patch (495 bytes) - added by bartvde on 04/26/10 08:47:45.
use version instead of VERSION_NUMBER so that it's closer to Ext

Change History

03/30/10 19:51:05 changed by ahocevar

For releases, the build script currently adds Ext.VERSION_NUMBER. But I agree that GeoExt.version would be better, because it is closer to what Ext does.

04/26/10 08:47:45 changed by bartvde

  • attachment ticket251.patch added.

use version instead of VERSION_NUMBER so that it's closer to Ext

04/26/10 08:47:56 changed by bartvde

  • state changed from None to Review.

04/26/10 09:18:47 changed by ahocevar

  • state changed from Review to Commit.

Looks good. Please commit.

04/26/10 12:23:02 changed by bartvde

  • status changed from new to closed.
  • resolution set to fixed.

(In [2112]) use GeoExt.version for version info since it is more in line with Ext JS, r=ahocevar (closes #251)

04/26/10 12:40:20 changed by bartvde

  • status changed from closed to reopened.
  • state changed from Commit to Pullup.
  • resolution deleted.

04/27/10 09:13:59 changed by elemoine

  • version changed from trunk to 0.7 RC1.

04/27/10 09:30:16 changed by elemoine

  • status changed from reopened to closed.
  • resolution set to fixed.

(In [2119]) pull up patch for ticket 251 (closes #251)