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>2002-08-16 16:21:43 +0400
committerJesse Vincent <jesse@bestpractical.com>2002-08-16 16:21:43 +0400
commitaa3ba0a4024c0a2624429b5828463d5160d3728b (patch)
tree5953a9358fe7338dafd02b285538b20afe847906
parent763731da4e2392befbbf6863d9cb82203dd95904 (diff)
Bumping RT's version to 2.0.15pre1 for releasert-2.0.15pre1
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4b64c9cf31..06a04daa74 100755
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ PERL = /usr/bin/perl
RT_VERSION_MAJOR = 2
RT_VERSION_MINOR = 0
-RT_VERSION_PATCH = 14
+RT_VERSION_PATCH = 15pre1
RT_VERSION = $(RT_VERSION_MAJOR).$(RT_VERSION_MINOR).$(RT_VERSION_PATCH)