Changeset 6517 for trunk/licq

Show
Ignore:
Timestamp:
09/12/08 03:01:40 (3 months ago)
Author:
flynd
Message:

Bumped version to 1.3.6 for upcoming release. All plugins updated to have same version as daemon.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/licq/configure.ac

    r6513 r6517  
    77dnl All versioning is done via these defines 
    88INT_VERSION=1035 
    9 AM_INIT_AUTOMAKE(licq, 1.3.5) 
     9AM_INIT_AUTOMAKE(licq, 1.3.6) 
    1010 
    1111AM_CONFIG_HEADER(config.h) 
     
    101101AC_HEADER_STDC 
    102102AC_CHECK_HEADERS(errno.h fcntl.h getopt.h limits.h malloc.h pwd.h unistd.h paths.h) 
     103 
     104dnl Check for headers we can use to get endian for system and maybe some bswap functions 
     105AC_CHECK_HEADERS(byteswap.h endian.h machine/endian.h sys/byteorder.h) 
    103106 
    104107dnl Checks for library functions.