Changeset 24 for trunk/configure.ac


Ignore:
Timestamp:
12/20/10 14:24:14 (14 years ago)
Author:
mmatloka
Message:

downgrade to 1.0.0 - still dont know why some m4 files are not included in the dist - doing it manually

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r20 r24  
    1 AC_INIT([PSNC DRMAA for LoadLeveler], [1.0.1], [mamonski@man.poznan.pl], [ll_drmaa]) 
     1AC_INIT([PSNC DRMAA for LoadLeveler], [1.0.0], [mamonski@man.poznan.pl], [ll_drmaa]) 
    22AC_PREREQ(2.58) 
    33AC_REVISION([$Id$]) 
     
    2121LL_DRMAA_MAJOR=1 
    2222LL_DRMAA_MINOR=0 
    23 LL_DRMAA_MICRO=1 
    24 LL_DRMAA_VERSION_INFO=1:1:0 
     23LL_DRMAA_MICRO=0 
     24LL_DRMAA_VERSION_INFO=1:0:0 
    2525AC_SUBST([LL_DRMAA_MAJOR]) 
    2626AC_SUBST([LL_DRMAA_MINOR]) 
     
    197197        Makefile 
    198198        ll_drmaa/Makefile 
    199         doc/Makefile 
    200199]) 
    201200AC_CONFIG_HEADERS([config.h]) 
Note: See TracChangeset for help on using the changeset viewer.