Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2001-10-04 02:01:10 +0400
committerJesse Vincent <jesse@bestpractical.com>2001-10-04 02:01:10 +0400
commitbd585732469a91f7fd32d9bfb0871fb070c95f2c (patch)
tree0d3ef3187f76a4dee8118f566766c2c056bec2d9
parent4fbfad61a2f3c99e175dc3c773697c343fb3377b (diff)
Bumped the version to 2.0.8rt-2.0.8
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7103b0853b..039455d88a 100755
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ PERL = /usr/bin/perl
RT_VERSION_MAJOR = 2
RT_VERSION_MINOR = 0
-RT_VERSION_PATCH = 8pre3
+RT_VERSION_PATCH = 8
RT_VERSION = $(RT_VERSION_MAJOR).$(RT_VERSION_MINOR).$(RT_VERSION_PATCH)