/[svn]/libgig/trunk/src/gig.cpp
ViewVC logotype

Diff of /libgig/trunk/src/gig.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1381 by schoenebeck, Thu Oct 4 18:57:10 2007 UTC revision 1384 by schoenebeck, Fri Oct 5 11:26:53 2007 UTC
# Line 3227  namespace { Line 3227  namespace {
3227  // *************** File ***************  // *************** File ***************
3228  // *  // *
3229    
3230      // File version 2.0, 1998-06-28      /// Reflects Gigasampler file format version 2.0 (1998-06-28).
3231      const DLS::version_t File::VERSION_2 = {      const DLS::version_t File::VERSION_2 = {
3232          0, 2, 19980628 & 0xffff, 19980628 >> 16          0, 2, 19980628 & 0xffff, 19980628 >> 16
3233      };      };
3234    
3235      // File version 3.0, 2003-03-31      /// Reflects Gigasampler file format version 3.0 (2003-03-31).
3236      const DLS::version_t File::VERSION_3 = {      const DLS::version_t File::VERSION_3 = {
3237          0, 3, 20030331 & 0xffff, 20030331 >> 16          0, 3, 20030331 & 0xffff, 20030331 >> 16
3238      };      };

Legend:
Removed from v.1381  
changed lines
  Added in v.1384

  ViewVC Help
Powered by ViewVC