diff options
author | ivan <ivan> | 2011-07-21 18:00:58 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-07-21 18:00:58 +0000 |
commit | 7ce72ac58f66c833588474d73b54882fa6142252 (patch) | |
tree | 76ac9baf2584575b2b885b28699ba4a9e6ac7ae1 | |
parent | 4f5d50c6a24ff8a96c0bf25d67571c4142cbea8c (diff) |
2.5 branch is the new HEAD
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -118,8 +118,8 @@ RT_PATH = /opt/rt3 FREESIDE_PATH = `pwd` PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.10.1/ -VERSION=2.3.0cvs -TAG=freeside_2_3_0 +VERSION=2.5.0cvs +TAG=freeside_2_5_0 DEBVERSION = `echo ${VERSION} | perl -pe 's/(\d)([a-z])/\1~\2/'`-1 |