Changeset 245

Show
Ignore:
Timestamp:
02/10/05 00:00:12 (4 years ago)
Author:
abauer
Message:

upgraded version to 0.10

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Doxyfile

    r232 r245  
    2424# if some version control system is used. 
    2525 
    26 PROJECT_NUMBER = 0.09 
     26PROJECT_NUMBER = 0.10 
    2727 
    2828# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)  
  • trunk/configure.in

    r232 r245  
    33AC_PREREQ(2.58) 
    44AC_INIT(configure.in) 
    5 AM_INIT_AUTOMAKE(opensync, 0.09
     5AM_INIT_AUTOMAKE(opensync, 0.10
    66AM_CONFIG_HEADER(config.h) 
    77 
  • trunk/opensync/opensync.h

    r242 r245  
    55#include <sys/types.h> 
    66#include <fcntl.h> 
    7  
    8 #define TRUE 1 
    9 #define FALSE 0 
     7#include <glib.h> 
    108 
    119/**************************************************************