summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-05-09 11:21:16 +1000
committerMichael Adam <obnox@samba.org>2008-05-10 02:15:39 +0200
commitaeea8257493441aba9bd99084fa03fc83ec7a9af (patch)
tree26da6ddf0d76776101713978aee48fb64b96d1a6 /packaging
parentabb6e6ea22ef76ef35430669b22cfd14b5f6f99b (diff)
downloadsamba-aeea8257493441aba9bd99084fa03fc83ec7a9af.tar.gz
samba-aeea8257493441aba9bd99084fa03fc83ec7a9af.tar.bz2
samba-aeea8257493441aba9bd99084fa03fc83ec7a9af.zip
fixed version in spec file
(This used to be commit e7023592cbca002d94c47f73a2dc6c3e0a4c4a40)
Diffstat (limited to 'packaging')
-rw-r--r--packaging/RHEL4-CTDB/makerpms.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/RHEL4-CTDB/makerpms.sh b/packaging/RHEL4-CTDB/makerpms.sh
index 238a2e8ed4..671519453d 100644
--- a/packaging/RHEL4-CTDB/makerpms.sh
+++ b/packaging/RHEL4-CTDB/makerpms.sh
@@ -21,7 +21,7 @@ SRCDIR=`rpm --eval %_sourcedir`
USERID=`id -u`
GRPID=`id -g`
-VERSION='3.0.25'
+VERSION='3.2.0'
REVISION='ctdb'
SPECFILE="samba.spec"
RPMVER=`rpm --version | awk '{print $3}'`