diff options
author | ivan <ivan> | 2002-09-20 15:48:28 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-09-20 15:48:28 +0000 |
commit | 0f6dcbb5c3e51dc9caa8fe44d03991ad998f8319 (patch) | |
tree | d0d6adb4d06091a9bb6147d69daaaa2b1696ea62 | |
parent | 70a4b5227943108ce91c68e1c4e7509a9a6c33f9 (diff) |
1.5.0
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -40,8 +40,8 @@ SIGNUP_REFNUM = 2 #not changable yet FREESIDE_CONF = /usr/local/etc/freeside -VERSION=1.4.1beta1 -TAG=freeside_1_4_1beta1 +VERSION=1.5.0pre1 +TAG=freeside_1_5_0pre1 help: @echo "supported targets: aspdocs masondocs alldocs docs install-docs" @@ -170,7 +170,7 @@ upload-docs: forcehtmlman scp -pr httemplate/docs cleanwhisker.420.am:/var/www/www.sisd.com/freeside/devdocs release: upload-docs - cd /home/ivan/freeside_current + cd /home/ivan/freeside #cvs tag ${TAG} cvs tag -F ${TAG} |