source: proiecte/swift/trunk/lib/hoard-371/src/VERSION.h @ 176

Last change on this file since 176 was 176, checked in by (none), 14 years ago
  • imported repo from "guagal"
File size: 221 bytes
Line 
1// Hoard version X.Y.0 = X0Y00
2
3#define HOARD_MAJOR 3
4#define HOARD_MINOR 7
5#define HOARD_PATCH 1
6
7#define HOARD_VERSION_STRING "3.7.1"
8#define HOARD_VERSION_NUMBER (HOARD_MAJOR * 10000 + HOARD_MINOR * 100 + HOARD_PATCH)
Note: See TracBrowser for help on using the repository browser.