Changeset 197

Show
Ignore:
Timestamp:
12/13/07 10:48:28 (1 year ago)
Author:
conrad
Message:

display VERSION as configured in config.h, remove definition from xsel.h

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • xsel/trunk/xsel.c

    r195 r197  
    1111 * implied warranty. 
    1212 */ 
     13 
     14#ifdef HAVE_CONFIG_H 
     15#include "config.h" 
     16#endif 
    1317 
    1418#include <stdio.h> 
  • xsel/trunk/xsel.h

    r188 r197  
    1212 */ 
    1313 
    14 #define VERSION "0.9" 
    1514#define AUTHOR "Conrad Parker <conrad@vergenet.net>" 
    1615