IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 10, 2005, 4:19:05 PM (21 years ago)
Author:
desonia
Message:

beefed up psImageTransform

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psConfigure.c

    r4205 r4214  
    1313 *  @author Robert DeSonia, MHPCC
    1414 *
    15  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    16  *  @date $Date: 2005-06-10 01:41:35 $
     15 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     16 *  @date $Date: 2005-06-11 02:19:05 $
    1717 *
    1818 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2828{
    2929    char version[80];
    30     snprintf(version,80,"%s-v%s",PACKAGE,VERSION);
     30    snprintf(version,80,"%s-v%s",PACKAGE_NAME,PACKAGE_VERSION);
    3131
    3232    return(psStringCopy(version));
Note: See TracChangeset for help on using the changeset viewer.