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-12-24 16:58:15 +0300
committerJesse Vincent <jesse@bestpractical.com>2001-12-24 16:58:15 +0300
commitdd39f08a0b26366d4328336bd908f58be78a3945 (patch)
treefd85eb9553fb8253e249318b4885eb50b78a55b1
parentf4841c33947a0b3075f531997312f4a3b4a102af (diff)
Bumped the version to 2.0.10rt-2.0.10
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 797da95c75..ffec63c294 100755
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ PERL = /usr/bin/perl
RT_VERSION_MAJOR = 2
RT_VERSION_MINOR = 0
-RT_VERSION_PATCH = 10-test4
+RT_VERSION_PATCH = 10
RT_VERSION = $(RT_VERSION_MAJOR).$(RT_VERSION_MINOR).$(RT_VERSION_PATCH)