IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3599


Ignore:
Timestamp:
Mar 31, 2005, 1:37:09 PM (21 years ago)
Author:
desonia
Message:

changed the version of the library given IfA's recommendations.

Location:
trunk/psLib
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r3598 r3599  
    1 AC_INIT([pslib],[1.5],[www.pan-starrs.org/bugzilla])
     1AC_INIT([pslib],[0.5.0],[www.pan-starrs.org/bugzilla])
    22AM_CONFIG_HEADER(src/config.h)
    3 AM_INIT_AUTOMAKE(pslib, 1.5)
    4 
    5 PSLIB_LT_VERSION="0:0:0"
     3AM_INIT_AUTOMAKE(pslib, 0.5.0)
     4
     5PSLIB_LT_VERSION="0:5:0"
    66AC_SUBST(PSLIB_LT_VERSION,$PSLIB_LT_VERSION)
    77
  • trunk/psLib/test/FullUnitTest

    r3542 r3599  
    1919#  RETURN : integer number of tests which failed
    2020#
    21 #  $Revision: 1.20 $  $Name: not supported by cvs2svn $
    22 #  $Date: 2005-03-29 21:49:29 $
     21#  $Revision: 1.21 $  $Name: not supported by cvs2svn $
     22#  $Date: 2005-03-31 23:37:09 $
    2323#
    2424#  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    656656        s/\s+[\_\-\/\.\w]+\:\d+/ FILE\:LINENO/g;
    657657        s/allocate \d+ bytes at/allocate <N> bytes at/g;
     658        s/v\d+.\d+.\d+/vX.X.X/g;
    658659
    659660        # Filter lines with *** malloc.  This is an artifact of Mac testing of
     
    685686        s/\s+[\_\-\/\.\w]+\:\d+/ FILE\:LINENO/g;
    686687        s/allocate \d+ bytes at/allocate <N> bytes at/g;
     688        s/v\d+.\d+.\d+/vX.X.X/g;
    687689
    688690        # Filter lines with *** malloc.  This is an artifact of Mac testing of
  • trunk/psLib/test/runTest

    r3439 r3599  
    2626#
    2727#  $Revison:  $  $Name: not supported by cvs2svn $
    28 #  $Date: 2005-03-17 18:53:14 $
     28#  $Date: 2005-03-31 23:37:09 $
    2929#
    3030#  Copyright 2004 Maui High Performance Computering Center, University of Hawaii
     
    142142            s/\s+[\_\-\/\.\w]+\:\d+/ FILE\:LINENO/g;
    143143            s/allocate \d+ bytes at/allocate <N> bytes at/g;
     144            s/v\d+.\d+.\d+/vX.X.X/g;
    144145
    145146            # Filter lines with malloc.  This is an artifact of memory testing
     
    174175            s/\s+[\_\-\/\.\w]+\:\d+/ FILE\:LINENO/g;
    175176            s/allocate \d+ bytes at/allocate <N> bytes at/g;
     177            s/v\d+.\d+.\d+/vX.X.X/g;
    176178
    177179            # Filter lines with malloc.  This is an artifact of memory testing
  • trunk/psLib/test/sysUtils/verified/tst_psConfigure.stderr

    r3598 r3599  
    66
    77<DATE><TIME>|<HOST>|I|psLibVersion00
    8     Current psLib version is: pslib-v1.5
     8    Current psLib version is: pslib-vX.X.X
    99
    1010---> TESTPOINT PASSED (psConfigure{Return current psLib version} | tst_psConfigure.c)
Note: See TracChangeset for help on using the changeset viewer.