Changeset 1562 for branches/libffado-2.0/config.h.in
- Timestamp:
- 05/17/09 07:56:44 (3 years ago)
- Files:
-
- branches/libffado-2.0/config.h.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/libffado-2.0/config.h.in
r1536 r1562 13 13 14 14 /* Define to the full name and version of this package. */ 15 #define PACKAGE_STRING "$PACKAGE $VERSION -$REVISION"15 #define PACKAGE_STRING "$PACKAGE $VERSION$REVISIONSTRING" 16 16 17 17 /* Define to the one symbol short name of this package. */ … … 19 19 20 20 /* Define to the version of this package. */ 21 #define PACKAGE_VERSION "$VERSION -$REVISION"21 #define PACKAGE_VERSION "$VERSION$REVISIONSTRING" 22 22 23 23 /* Define to the version of the cace. */ 24 #define CACHE_VERSION "$VERSION -$REVISION"24 #define CACHE_VERSION "$VERSION$REVISIONSTRING" 25 25 #define CACHEDIR "$CACHEDIR" 26 26
