diff --git a/sm5/Makefile b/sm5/Makefile
index d2b5fe14cfbdf16e5c3f69a633184e424a3552b1..e5af978c04811850541ba48bec4d2f86554e7cc5 100644
--- a/sm5/Makefile
+++ b/sm5/Makefile
@@ -1,6 +1,6 @@
 # Makefile for smartmontools
 #
-# $Id: Makefile,v 1.10 2002/10/11 12:15:49 ballen4705 Exp $
+# $Id: Makefile,v 1.11 2002/10/11 12:19:00 ballen4705 Exp $
 #
 # Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 # 
@@ -19,7 +19,7 @@ CFLAGS	= -fsigned-char -Wall -O2
 
 releasefiles=atacmds.c atacmds.h ataprint.c ataprint.h CHANGELOG COPYING extern.h Makefile\
   README scsicmds.c scsicmds.h scsiprint.c scsiprint.h smartctl.8 smartctl.c smartctl.h\
-  smartd.8 smartd.c smartd.h smartd.initd TODO
+  smartd.8 smartd.c smartd.h smartd.initd TODO VERSION
 
 counter=$(shell cat VERSION)
 newcounter=$(shell ./add )
diff --git a/sm5/add b/sm5/add
index 7e5e77a960d1b221735ee956a040fec0ec23d2ef..7f635870dd24dd74cb70f55ad76edb9b6b941b49 100755
--- a/sm5/add
+++ b/sm5/add
@@ -3,6 +3,6 @@
 # This is a utility called in the Makefile.  It's used together with
 # the file "counter" to automatically increment release numbers.
 #
-a=`cat counter`
+a=`cat VERSION`
 let a+=1
 echo $a
diff --git a/sm5/smartmontools.spec b/sm5/smartmontools.spec
index 91ce66921655879891fec392c021cf18db30f835..16a6a397ce39b2ae5c442b4faf90ac4b74dc541e 100644
--- a/sm5/smartmontools.spec
+++ b/sm5/smartmontools.spec
@@ -1,4 +1,4 @@
-Release:  3
+Release:  1
 Summary:	SMARTmontools - for monitoring S.M.A.R.T. disks and devices
 Name:		smartmontools
 Version:	5.0