Keep version number in ONE place (configure.in) instead of two.

This commit is contained in:
David F. Skoll
2008-01-26 15:34:32 -05:00
parent 9e49ee3acb
commit b6883c8a45
10 changed files with 17 additions and 22 deletions
+1 -1
View File
@@ -11,6 +11,7 @@
/* */
/***************************************************************/
#include "version.h"
#include "config.h"
#include <stdio.h>
@@ -47,7 +48,6 @@
#include "protos.h"
#include "err.h"
#include "expr.h"
#include "version.h"
/* Function prototypes */
static int FCurrent (void);