Skip to content
Snippets Groups Projects
Commit 60f0f366 authored by ballen4705's avatar ballen4705
Browse files

Fixing minor stuff in versioning...

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@26 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 5da72708
No related branches found
No related tags found
No related merge requests found
# 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 )
......
......@@ -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
Release: 3
Release: 1
Summary: SMARTmontools - for monitoring S.M.A.R.T. disks and devices
Name: smartmontools
Version: 5.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment