diff options
author | ivan <ivan> | 2009-12-12 22:22:23 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-12-12 22:22:23 +0000 |
commit | 0afdc0be8cbbb9d2c7657385e3e06a4dd3086f36 (patch) | |
tree | 368f86cdc1e0828f6d59876a6e24bc53acd946dd /Makefile | |
parent | ce1fa204e25ae8605bdb4f3dbfdf9bd1bff1a590 (diff) |
sync versioning with branches, sorry jeremy
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -123,8 +123,8 @@ RT_PATH = /opt/rt3 FREESIDE_PATH = `pwd` PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.10.0/ -VERSION=1.9.1 -TAG=freeside_1_9_1 +VERSION=2.1.0cvs +TAG=freeside_2_1_0 DEBVERSION = `echo ${VERSION} | perl -pe 's/(\d)([a-z])/\1~\2/'`-1 |