diff options
author | ivan <ivan> | 2009-12-13 01:38:28 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-12-13 01:38:28 +0000 |
commit | 492526364ec237aebc6cddbc7f529cb92f623c27 (patch) | |
tree | 36933f9d30b1596053f7b83f0c00fcff2363faa9 | |
parent | b40ef32fad720332ba645566599de61bf9d3327b (diff) |
1.7.4
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -117,8 +117,8 @@ RT_PATH = /opt/rt3 FREESIDE_PATH = `pwd` PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.10.0/ -VERSION=1.7.4rc3 -TAG=freeside_1_7_4rc3 +VERSION=1.7.4 +TAG=freeside_1_7_4 DEBVERSION = `echo ${VERSION} | perl -pe 's/(\d)([a-z])/\1~\2/'`-1 |