Changeset 3475
- Timestamp:
- 04/16/08 06:32:56 (6 months ago)
- Files:
-
- 1 modified
-
trunk/src/libopensc/sc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libopensc/sc.c
r3405 r3475 34 34 #include <assert.h> 35 35 36 #ifdef VERSION37 static const char *sc_version = VERSION;36 #ifdef PACKAGE_VERSION 37 static const char *sc_version = PACKAGE_VERSION; 38 38 #else 39 39 static const char *sc_version = "(undef)";
