Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2001-12-18 22:24:34 +0300
committerJesse Vincent <jesse@bestpractical.com>2001-12-18 22:24:34 +0300
commitf4841c33947a0b3075f531997312f4a3b4a102af (patch)
treea985dc446ec9a1d56bf418560ffab68ae2b42689
parent322382ca4ec2247c6001298b70bbbd07f4d55b57 (diff)
Bumped version to 2.0.10pre4rt-2.0.10.test4
fix to makefile to genereate changelog for head
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 667a62aa7b..797da95c75 100755
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ PERL = /usr/bin/perl
RT_VERSION_MAJOR = 2
RT_VERSION_MINOR = 0
-RT_VERSION_PATCH = 10-test3
+RT_VERSION_PATCH = 10-test4
RT_VERSION = $(RT_VERSION_MAJOR).$(RT_VERSION_MINOR).$(RT_VERSION_PATCH)
@@ -394,7 +394,7 @@ predist: commit
rm -rf /tmp/$(TAG)
cvs co -d /tmp/$(TAG) -r $(TAG) rt
cd /tmp/$(TAG); chmod 600 Makefile; /usr/local/bin/cvs2cl.pl \
- --no-wrap --follow $(BRANCH) --separate-header \
+ --no-wrap --separate-header \
--window 120
cd /tmp; tar czvf /home/ftp/pub/rt/devel/$(TAG).tar.gz $(TAG)/
chmod 644 /home/ftp/pub/rt/devel/$(TAG).tar.gz