Changeset 3475

Show
Ignore:
Timestamp:
04/16/08 04:32:56 (9 months ago)
Author:
alonbl
Message:

Fix last reference to VERSION and not PACKAGE_VERSION

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/libopensc/sc.c

    r3405 r3475  
    3434#include <assert.h> 
    3535 
    36 #ifdef VERSION 
    37 static const char *sc_version = VERSION; 
     36#ifdef PACKAGE_VERSION 
     37static const char *sc_version = PACKAGE_VERSION; 
    3838#else 
    3939static const char *sc_version = "(undef)";