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-17 13:13:14 +0300
committerJesse Vincent <jesse@bestpractical.com>2001-12-17 13:13:14 +0300
commitbe34c217c3b3cf608dce9c6c3cfb96b2611d57b8 (patch)
tree5b3abcd187545a1da58b2fce1b582afae423e076
parent2067fedcf5e286fbed03ef7c0d9936b1fd12ddf1 (diff)
Bumped the version to 2.0.10-test3rt-2.0.10.test3
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 78357448e3..667a62aa7b 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-test2
+RT_VERSION_PATCH = 10-test3
RT_VERSION = $(RT_VERSION_MAJOR).$(RT_VERSION_MINOR).$(RT_VERSION_PATCH)