summaryrefslogtreecommitdiff
path: root/rt/Makefile
diff options
context:
space:
mode:
authorivan <ivan>2011-04-19 00:14:11 +0000
committerivan <ivan>2011-04-19 00:14:11 +0000
commit5c60fb3e372a7937ba36d2a068c373b7b91d0d0c (patch)
tree2e0839f800c9deea9885ef38db9d13d953c00210 /rt/Makefile
parent48562a18e197b4c26a530a70c72eeb72c9af9257 (diff)
landing 3.8.9 on 2.1 branch (few missed files)
Diffstat (limited to 'rt/Makefile')
-rw-r--r--rt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/Makefile b/rt/Makefile
index 2365d927c..d5c5fd164 100644
--- a/rt/Makefile
+++ b/rt/Makefile
@@ -63,7 +63,7 @@ SITE_CONFIG_FILE = $(CONFIG_FILE_PATH)/RT_SiteConfig.pm
RT_VERSION_MAJOR = 3
RT_VERSION_MINOR = 8
-RT_VERSION_PATCH = 9
+RT_VERSION_PATCH = 8
RT_VERSION = $(RT_VERSION_MAJOR).$(RT_VERSION_MINOR).$(RT_VERSION_PATCH)
TAG = rt-$(RT_VERSION_MAJOR)-$(RT_VERSION_MINOR)-$(RT_VERSION_PATCH)