summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorivan <ivan>2005-05-24 15:33:02 +0000
committerivan <ivan>2005-05-24 15:33:02 +0000
commit1c8f3834d38fb9fbda77eb204d9cd162f20f95ea (patch)
treeb4b3935be6c9c0cbdcf76b518d1302989088e572 /Makefile
parentc2146ae32fdef80049abfa13098db2d45f3ebdd5 (diff)
1.5.7. and enable RT by default, finally
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 79491e9..796bca8 100644
--- a/Makefile
+++ b/Makefile
@@ -82,8 +82,8 @@ SELFSERVICE_INSTALL_USER = ivan
SELFSERVICE_INSTALL_USERADD = /usr/sbin/useradd
#SELFSERVICE_INSTALL_USERADD = "/usr/sbin/pw useradd"
-RT_ENABLED = 0
-#RT_ENABLED = 1
+#RT_ENABLED = 0
+RT_ENABLED = 1
RT_DOMAIN = example.com
RT_TIMEZONE = US/Pacific;
#RT_TIMEZONE = US/Eastern;
@@ -99,8 +99,8 @@ FREESIDE_CONF = /usr/local/etc/freeside
#rt/config.layout.in
RT_PATH = /opt/rt3
-VERSION=1.5.0pre6
-TAG=freeside_1_5_0pre6
+VERSION=1.5.7
+TAG=freeside_1_5_7
help:
@echo "supported targets: aspdocs masondocs alldocs docs install-docs"