Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3419

Show
Ignore:
Timestamp:
04/08/08 12:27:18 (8 months ago)
Author:
larsivi
Message:

Changing version representation (should be the last time) (breaking change). Bumping version.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/core/Version.d

    r3183 r3419  
    1515module tango.core.Version; 
    1616 
    17 public enum {Tango = 995} 
    18  
     17public enum Tango { 
     18    Major = 0, 
     19    Minor = 996 
     20