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
+2 -1
View File
@@ -1,7 +1,6 @@
# Makefile.in for REMIND
#
VERSION=03.01.03
SHELL= /bin/sh
BETA = 1
srcdir=@srcdir@
@@ -12,6 +11,7 @@ bindir=@bindir@
datadir=@datadir@
datarootdir=@datarootdir@
VPATH=$(srcdir)
VERSION=@VERSION@
INSTALL=@INSTALL@
INSTALL_PROGRAM=@INSTALL_PROGRAM@
@@ -92,3 +92,4 @@ beta-tgz:
#---------------- Stuff after this added by "make depend" -----------------