Changeset 102


Ignore:
Timestamp:
05/31/10 13:37:42 (3 years ago)
Author:
faltet
Message:

Restored the BLOSC_VERSION_DATE symbol.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/blosc.h

    r101 r102  
    1717 
    1818#define BLOSC_VERSION_STRING   "0.9.2.dev"  /* string version.  Sync with above! */ 
    19 #define BLOSC_VERSION_DATE     "$Rev$"      /* revision version */ 
     19#define BLOSC_VERSION_REVISION "$Rev$"   /* revision version */ 
     20#define BLOSC_VERSION_DATE     "2010-05-31"    /* date version */ 
    2021 
    2122/* The *_VERS_FORMAT should be just 1-byte long */ 
Note: See TracChangeset for help on using the changeset viewer.