Skip to content

Commit

Permalink
display VERSION as configured in config.h, remove definition from xsel.h
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.kfish.org/xsel/trunk@197 9c49b5d1-7df3-0310-bce2-b7278e68f44c
  • Loading branch information
conrad committed Dec 13, 2007
1 parent 68b1f6d commit 2bf55f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions xsel.c
Expand Up @@ -11,6 +11,10 @@
* implied warranty.
*/

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
Expand Down
1 change: 0 additions & 1 deletion xsel.h
Expand Up @@ -11,7 +11,6 @@
* implied warranty.
*/

#define VERSION "0.9"
#define AUTHOR "Conrad Parker <conrad@vergenet.net>"

/* Default debug level (ship at 0) */
Expand Down

0 comments on commit 2bf55f9

Please sign in to comment.