home *** CD-ROM | disk | FTP | other *** search
- //
- // __official__.ver
- //
- // This one file defines the official master build number for all
- // files built in the COM+ Runtime.
- //
-
- #ifndef COR_OFFICIAL_BUILD_NUMBER
- #define COR_OFFICIAL_BUILD_NUMBER 1812
- #endif
-
- #ifndef COR_BUILD_YEAR
- #define COR_BUILD_YEAR 2000
- #endif
-
- #ifndef COR_BUILD_MONTH
- #define COR_BUILD_MONTH 14
- #endif
-
-